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

Creating QScriptEngine on the heap causes app crash on Symbian device

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes