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. Linux: libxcb assertion failure causes program crash
Forum Updated to NodeBB v4.3 + New Features

Linux: libxcb assertion failure causes program crash

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.9k 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.
  • P Offline
    P Offline
    pholz
    wrote on last edited by
    #1

    My program uses multiple GL contexts (in their own threads) and a Quick context. It crashes predictably with a SIGABRT and the following message:

    ../../src/xcb_conn.c:186: write_vec: Assertion `!c->out.queue_len' failed.

    "This":https://bugreports.qt-project.org/browse/QTBUG-31935 bug seems to be the same. Neither of the proposed solutions (calling XinitThreads(), or patching libxcb as directed, or both) solves the problem - the patched version just causes a segfault down the line instead of failing the assertion.

    The bug is closed (because it's not a Qt bug) and the only relevant bug in xcb is similarly closed (they don't think it's xcb's fault either).

    The problem only appears to occur on my laptop (using integrated graphics / mesa gl), all on Ubuntu 13.10.

    Any help would be appreciated!

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You can find a bit more experienced low level hackers on the Qt Interest mailing list. Maybe somebody would have an answer for you there.

      (Z(:^

      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