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

Deleting and recreating QApplication crashes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • None
    • 4.6.0
    • Core: Event loop
    • None
    • Windows XP, MSVC 2008

    Description

      int main(int argc, char * argv [])
      {
      	QApplication * app = new QApplication(argc, argv);
      	QTextEdit textEdit;
      	textEdit.show();
      	app->exec();
      	delete app;
      	app = new QApplication(argc, argv);
      	QWidget widget;
      	widget.show();
      	app->exec();
      	delete app;
      }
      

      ASSERT: "(m_activeGestures & triggeredGestures).size() == triggeredGestures.size()" in file kernel\qgesturemanager.cpp, line 325

      Attachments

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

        Activity

          People

            dzyubenk Denis Dzyubenko (Inactive)
            lippit Georg Lippitsch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes