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

Assertion fails in qv4ssa.cpp

    XMLWordPrintable

Details

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

    Description

      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;

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes