Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
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.