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

Devision by zero in qsgbatchrenderer.cpp

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.1
    • 5.4.2
    • None
    • Windows
    • e01bed44bca9bd0919f70dfc14f8297415d61bd9

    Description

      1. enable floating point exceptions
      2. create QQuickView without qml source
      3. launch application

      result: exception in file qsgbatchrenderer in line 2578:

      m_zRange = 1.0 / (m_nextRenderOrder); //m_nextRenderOrder == 0!

      source code of modified qt example attached.

      Attachments

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

        Activity

          People

            sletta Gunnar Sletta
            ctin Konstantin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes