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

QListView, QTreeView and QTableView crash in x64 (64 bits) release mode VS2010 (VC++2010), using Qt compiled with win32-msvc2010 platform.

    XMLWordPrintable

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

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

          Activity

            People

              Unassigned Unassigned
              domgenest Dominic Genest
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes