Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
4.7.2, 4.7.3
-
None
-
Windows 7 64 bits
Qt was compiled with platform win32-msvc2010
Platform is x64
"Release" compile mode
Visual Studio 2010
Description
Just showing a QListView when having compiled in x64 release mode makes the application crash immediately. The bug also occurs with QTableView and QTreeView but not with QColumnView. See the following example.
main.cpp
#include <QtGui/QtGui> int main(int nargs, char **args) { QApplication app(nargs,args); (new QListView())->show(); return app.exec(); }
Attachments
Issue Links
- relates to
-
QTBUG-11445 Qt apps fail to start when I build Qt 4.7 with win32-msvc2010 on Windows 7 x64
- Closed