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

Crash in QTreeView with MSVC 2010 64 Bit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 4.7.4
    • Widgets: Itemviews
    • None
    • MSVC 2010 sp1.
      Self compiled Qt 4.7.4

    Description

      Even the simplest test case using a QTreeView crashes, with MSVC 2010 sp1 in 64 Bit release mode:

       
      #include <QTreeView>
      #include <QApplication>
      
      int main(int argc, char* argv[])
      {
      	QApplication app(argc, argv);
      	QTreeView fileView;
      	fileView.show();
      	return app.exec();// crashes here
      }
      

      Qt 4.7.3 is not affected

      Error is:
      "Unhandled exception at 0x5a320bbf in crashtest.exe: 0xC0000005: Access violation reading location 0x0000000000000000."
      The address refers to QtGui4.dll.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              bgp2000 Björn Piltz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes