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

Creating QScriptEngine on the heap causes app crash on Symbian device

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • 4.7.2
    • 4.7.1
    • Qt Script
    • None
    • Symbian TM 9.2 wk36

    Description

      The code below cause the app crash on Symbian device

      QScriptEngine *engine = new QScriptEngine();
      delete engine;
      

      The crash happens when the engine is destructed. It is reproduced on both emulator and hardware.
      The stack from emulator is attached. This error is not reproduced on Qt 4.6.3.
      tests\auto\qscriptengine test can reproduce this error.

      Attachments

        Issue Links

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

          Activity

            People

              kenthans Kent Hansen (Inactive)
              vasyura Oleh Vasyura
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes