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

User 44 Panic when exiting app with QDeclarativeEngine instance

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • 4.7.1
    • 4.7.1
    • None
    • Symbian TB 9.2 wk 26 SDK emulator (tested with urel version). Qt: 4.7-stable HEAD 9aef5ac9fd2452657ca018325db54e374bdeb164

    Description

      If an application has QDeclarativeEngine instance when exiting Symbian application, a 44 user panic will occur on emulator.
      Can be reproduced with minimalistic test app:
      -------------------------
      class tst_QDeclarativePosition : public QObject

      { Q_OBJECT public: tst_QDeclarativePosition(); virtual ~tst_QDeclarativePosition(); public slots: void initTestCase(); void cleanupTestCase(); private slots: private: // Comment out to remove panic: QDeclarativeEngine engine; }

      ;

      tst_QDeclarativePosition::tst_QDeclarativePosition(){}
      tst_QDeclarativePosition::~tst_QDeclarativePosition(){}
      void tst_QDeclarativePosition::initTestCase() {}
      void tst_QDeclarativePosition::cleanupTestCase(){}

      QTEST_MAIN(tst_QDeclarativePosition)
      #include "tst_qdeclarativeposition.moc"

      --------
      Running it will reproduce the panic. If the engine is commented out, no panic will occur.

      Attachments

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

        Activity

          People

            jpetrell Joona Petrell
            jpetrell Joona Petrell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes