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

libGLESv2.dll crashes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.0.2
    • GUI: OpenGL
    • None
    • Windows 7 Enterprise
      Visual Studio 2008 SP1

      Any application that uses shaders crashes at with stack pointing to libGLESv2.dll.

      The problem was solved by editing *.pro and *.pri files under qtbase/src/angle to add _SECURE_SCL=0 to DEFINES for every (sub)project under this directory.

      Default value for _SECURE_SCL is 1, and linking objects with different _SECURE_SCL values together leads to conflicts between different STL containers implementations. Linker doesn't complain of these conflicts and generates broken code.

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

            kleint Friedemann Kleint
            oliatte Oleg Liatte
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes