Bug 9293 - near all xdemos programns have xcb_xlib_lock assertions
Summary: near all xdemos programns have xcb_xlib_lock assertions
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Demos (show other bugs)
Version: 6.5
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-09 07:54 UTC by Gabriel C
Modified: 2011-03-14 17:28 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Gabriel C 2006-12-09 07:54:22 UTC
Hi,

I use Xorg 7.2 RC3 and mesa 6.5.2. I just noticed near all programs in xdemos
folder have an xcb_xlib_lock assertion problem on 'close` ( maybe other too ).

snip

XIO:  fatal IO error 22 (Invalid argument) on X server ":0.0"
      after 36 requests (36 known processed) with 0 events remaining.
glxgears: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.

....

XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 36 requests (36 known processed) with 0 events remaining.
glxheads: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.

....

snip

and so on.Maybe someone should take a look :)


Regards 

Gabriel
Comment 1 Pacho Ramos 2009-09-26 08:05:21 UTC
I cannot reproduce this, only:
XIO:  fatal IO error 22 (Invalid argument) on X server ":0.0"
      after 36 requests (36 known processed) with 0 events remaining.


is still shown
Comment 2 Thomas Hellström 2009-09-26 11:11:12 UTC
I think this is a duplicate of bug #20708.

xcb-enabled Xlib + multithreaded apps is currently a very bad idea.
Comment 3 Jamey Sharp 2011-03-14 17:28:04 UTC
The assertions that were failing are gone these days, so I'm closing this bug until somebody reports that it's mysteriously still present in current releases.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.