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

Splash Screen crash in device

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.7.0
    • 4.6.2
    • None
    • None
    • d4cc1dcea5b4116767cfee0ec45bfba72dc011ff

    Description

      I made a small test of Splash Screen as the code below:

      int main(int argc, char *argv[])
      {
      QApplication a(argc, argv);
      QSplashScreen mySplash;
      mySplash.setPixmap(QPixmap(":/fedora.png"));
      mySplash.show();
      
      SplashScreen w;
      w.showMaximized();
      mySplash.finish(&w);
      return a.exec();
      }
      

      On the emulator it work fine but when run on device ( N71, E63 ) it makes device hang (must remove the battery to restart ).

      I'm using : S60_3rd_FP2_SDK_v1.1
      qt-symbian-opensource-4.6.2
      Carbide.c++_v2.3
      Tested in Emulator and Nokia E63, N71.

      Attachments

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

        Activity

          People

            axisnokia axisnokia (Inactive)
            zombieisme Zombieisme
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes