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

libGLESv2.dll crashes

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes