]> code.ossystems Code Review - openembedded-core.git/commit
libx11: Add patch to fix hanging issue in _XReply
authorJose Alarcon <jose.alarcon@ge.com>
Tue, 15 Aug 2017 05:29:13 +0000 (08:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:06:32 +0000 (00:06 +0100)
commit26842b2e4fc9c1d243ce412e845a5444cb03c4b9
tree70dda83416e90c523b65f326cbccba5356f7919e
parent6176151625c971de031e14c97601ffd75a29772f
libx11: Add patch to fix hanging issue in _XReply

Assume event queue is empty if another thread is blocking waiting for event.

If one thread was blocking waiting for an event and another thread sent a
reply to the X server, both threads got blocked until an event was
received.

Signed-off-by: Jose Alarcon <jose.alarcon@ge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb