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

Assertion fails in qv4ssa.cpp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2: Important P2: Important
    • None
    • 5.4.0 Beta
    • None
    • Windows 7 x64, VS 2012

      I get the attached assertion when I have this in my javascript code:

      while(numberOfSteps < minSteps || numberOfSteps > maxSteps) {

      Didn't happen in Qt 5.3.1

      I worked around it with:

      while (true) {
      if (!(numberOfSteps < minSteps || numberOfSteps > maxSteps))
      break;

        1. crash.js
          0.1 kB
          Bojan Petrovic
        2. Screenshot 2014-11-21 12.51.11.png
          23 kB
          Bojan Petrovic
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shausman Simon Hausmann
            element9 Bojan Petrovic
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes