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

Segmentation Fault when closing scene with Textures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt3D 1.0
    • Qt3D TP2
    • Qt3D
    • None
    • 35e1fc8ae0ef05eb59c55de707813233757de456

      When using Qt Creator 2.3 and debugging a scene using textures such as the following:

      import QtQuick 2.0
      import Qt3D 1.0
      import Qt3D.Shapes 1.0
      
      Viewport {
          width: 480; height: 320
      
          Cube {
              effect: Effect { texture: "qtlogo.png" }
          }
      }
      

      Upon closing the Viewer, a segmentation fault is reported. The debugger points to a line in qopenglcontext.cpp.
      This wasn't occurring when using Qt Creator 2.4.
      When simply running the code without the debugger, there is no indication that this occurs.

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

            z35liu Zheng Liu (closed Nokia identity) (Inactive)
            chham Christopher Ham (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes