Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30787

QFileDialog crash (regression)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 5.1.0 Beta 1
    • 5.0.2
    • None
    • Cocoa 32 bit, OSX 10.7.5
    • 1d6325e4f197fc5a7cdec74714222e3d46158f24

    Description

      The following simple application crashes in the middle of nowhere (yes!)

      int main(int argc, char* argv[])
      {
      	QApplication app(argc, argv);
      	QFileDialog::getOpenFileNames(0, QString::null, QLatin1String("/Applications/*"));
      	return app.exec();
      }
      

      If you remove the "" at the end of "/Applications/", then no more problem! I guess this is a memory corruption issue. The same code works file in 4.8.3.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            liaqi Liang Qi
            jirauser26727 user-04d21 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes