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

tst_QScriptEngine::infiniteRecursion() crashes on Symbian

    XMLWordPrintable

Details

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

    Description

      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).

      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)
              kenthans Kent Hansen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes