Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. C++ with Qt Quick segfault

C++ with Qt Quick segfault

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 873 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mistralegnaM Offline
    mistralegnaM Offline
    mistralegna
    wrote on last edited by
    #1

    Hello all,

    I am facing a strange situation.

    I get an error "opengl32_glGetColorTableParameter segfault" at the close of the application.

    Does anyone have an idea about this strange segfault ?

    I pay attention to delete my QML widgets before deleting the models used in these widgets, and I still have the same segfault.

    Thank you in advance,

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #2

      Is it ran on multi thread?
      May be some pointer/adress get corrupted on exiting and some part of app still acessing it.

      1 Reply Last reply
      0
      • mistralegnaM Offline
        mistralegnaM Offline
        mistralegna
        wrote on last edited by mistralegna
        #3

        In fact, we identified we used this :

        qputenv("QT_OPENGL", "software");

        Without the use of this variable with this value, some of our end users are experiencing black windows.
        With the use of this environment variable set to "software", our applications crashes when the last widget is closed.

        I do not understand how to solve this problem...

        Perhaps you have any solution ?

        Thank you in advance !

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved