Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Why does the destructor for QQuickPixmapReader have a blocking wait call?

Why does the destructor for QQuickPixmapReader have a blocking wait call?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 366 Views
  • 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.
  • R Offline
    R Offline
    rubxcubedude
    wrote on last edited by
    #1

    I have a bug right now where anytime i call createPattern(image, "repeat") in my code my application hangs on shutdown. I've debugged it and the issue seems the be the blocking wait call in ~QQuickPixmapReader never returning. If we are calling the destructor for an object, why would we continuously wait? or at least set the conditions to ensure the run functions exits in an quick manner.

    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