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

tst_QScriptEngine::infiniteRecursion() crashes on Symbian

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 4.7.2
    • 4.7.1
    • Qt Script
    • None
    • 81941e4c5dcd18ef04b2b22dd3f1b4c04620647c

      This test (found in tests/auto/qscriptengine) evaluates a script that calls a JavaScript function recursively.
      It should cause the VM to throw a stack overflow error, but on Symbian it causes a crash.

      One possibility is that the VM's internal register file grows outside memory bounds (see call to slideRegisterWindowForCall() in the implementation of op_call in Interpreter.cpp).

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes