XGetImage() doesn't work well with XQuartz
@iano
Submitted by Ian Osgood Assigned to Jeremy Huddleston Sequoia
Description
Specifically, when invoked with argument 1 to get shared memory, lissajoux will hang in its first attempt to force the cookie returned by XCBImageSHMGet(). This call is hung inside XCBShmGetImage(), which is in turn hung in the bowels of XCB waiting for a reply which apparently never comes.
Testing on Mac OS X 10.4 against both Apple's shipping XFree86-based server and the latest X.org server running on Bart's box. Exact same symptom as bug 5375, xcb_image.c:471 call to XCBShmGetImageReply(), but the hang does not occur running "lissajoux 1" on Linux-x86.