Bug 32261 - Deadlock in _XReply and XNextEvent
Summary: Deadlock in _XReply and XNextEvent
Status: RESOLVED DUPLICATE of bug 30450
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xlib (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high major
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 01:38 UTC by TS
Modified: 2011-03-14 17:39 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description TS 2010-12-09 01:38:02 UTC
I am having an multi-thread application which hangs after I upgrade to FC14. There is one thread consistently calling XNextEvent for X Window event; while another thread needs to communicate with X Server for some operation on the X Display which will wait for _XReply. Deadlock seems to be happens in the xlib/xcb library in this situation. 

The version of xlib and xcb are: 
libX11-1.3.4
libxcb-1.7.1

I try to upgrade to libX11-1.4.0 but this issue still occurs. However, the application has no problem after I downgrade to libX11-1.3.3.
Comment 1 Rami Ylimaki 2010-12-09 07:43:16 UTC
Discussed previously here: http://lists.freedesktop.org/archives/xcb/2010-December/006655.html.
Comment 2 Jamey Sharp 2011-03-14 17:39:22 UTC

*** This bug has been marked as a duplicate of bug 30450 ***


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.