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

setVisible(false/true) leads to a KERN-EXEC 3 error on Symbian 5.0 and QT 4.6.2

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.6.3
    • 4.6.2
    • None
    • Symbian 5.0
      QT 4.6.2
      Nokia X6 or N97 (maybe others)
    • 7e78d2668e508f929243fe2169e1d9937b8d2b67

    Description

      This test application generates a KERN-EXEC 3 error upon changing from portrait to landscape.
      This bug only occurs on phones, not the emulator. Tested on Nokia N97 & X6.
      This bug was not occuring on Symbian 4.6.1

      If we comment out the calls to setVisible(false/true), the error disappears.

      void OrientationTest2::landscape()
      {
      /*

      • !!!!Unable to render embedded object: File (NOTICE) not found.!!!!!
      • Commenting the following line ( and setVisible(true) ) stops the bug from occuring
        */
        ui.mainScreensGraphicsView->setVisible(false);

      setUpdatesEnabled(false);
      OrientationSymbian::setLandscapeOrientationOnly();
      setUpdatesEnabled(true);

      ui.mainScreensGraphicsView->setVisible(true);
      }

      I have looked for similar bugs, and have not found any, but I may have missed some.

      Attachments

        Activity

          People

            e0101981 Janne Anttila
            gregoire_gueret Gregoire Gueret
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: