Summary: | KWindowInfo crashes on being asked to fetch an already closed window | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kwindowsystem | Reporter: | David Edmundson <kde> |
Component: | general | Assignee: | Martin Flöser <mgraesslin> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, mklapetek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 331972 | ||
Bug Blocks: |
Description
David Edmundson
2014-03-10 15:14:39 UTC
please provide a backtrace with debug symbols of xcb. I just created a small test app (showing QWindow, destroying, reading property through xcb), but it doesn't show the problem. I assume it's related to being multi threaded. Any idea which compile flag enables debug symbols in libxcb? Can you give me that test app? I have debug symbols now error message during crash is "xcb_conn.c:186: write_vec: Assertion `!c->out.queue_len' failed" XCB dev pointed to this thread : http://lists.freedesktop.org/archives/xcb/2013-December/009027.html And if that's issue they already have fix for this : http://lists.freedesktop.org/archives/xcb/2014-March/009343.html Ping. What's the status of this bug? Please close if it does not apply anymore. In upstream http://lists.freedesktop.org/archives/xcb/2014-March/009434.html can't reproduce btw. |