search for: xcb_io

Displaying 5 results from an estimated 5 matches for "xcb_io".

2009 Aug 06
2
problem installing Therm 5.2 and cc32inst.exe
I'm trying to install Therm 5.2 from http://windows.lbl.gov/software/therm/therm.html but I see: Code: $ wine THERM52Setup.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" xcb_io.c:452: _XRead: Assertion `dpy->xcb->reply_data != 0' failed. wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger... I googled and found hints that I need to use wine-tricks but when I tried, I see: Code: $ winetricks cc580 Executing sha1sum --status -c /home/d...
2015 Oct 22
2
virt-manager
...rt=5900 gsocket=None 2015-10-22 16:08:36,381 (console:378): VNC connecting to localhost:5900 2015-10-22 16:08:37,009 (console:1061): Viewer connected [xcb] Extra reply data still left in queue [xcb] This is most likely caused by a broken X extension library [xcb] Aborting, sorry about that. python: xcb_io.c:576: _XReply: Assertion `!xcb_xlib_extra_reply_data_left' failed. Aborted (core dumped) -- john r pierce, recycling bits in santa cruz
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
...ful comment in .gitignore config: remove man page suffix from bottom summary config: HTML file generation: use the installed copy of xorg.css James Cloos (1): Revert ?Dolt-ify" Jamey Sharp (5): poll_for_response: Really handle xcb_poll_for_reply getting a reply. xcb_io.c: poll_for_response doesn't guarantee there's a pending request. Revert "poll_for_response: Really handle xcb_poll_for_reply getting a reply." Revert "xcb_io.c: poll_for_response doesn't guarantee there's a pending request." poll_for_response:...
2015 Oct 22
0
virt-manager
...-10-22 16:08:36,381 (console:378): VNC connecting to localhost:5900 > 2015-10-22 16:08:37,009 (console:1061): Viewer connected > [xcb] Extra reply data still left in queue > [xcb] This is most likely caused by a broken X extension library > [xcb] Aborting, sorry about that. > python: xcb_io.c:576: _XReply: Assertion > `!xcb_xlib_extra_reply_data_left' failed. > Aborted (core dumped) > > > > > > > -- > john r pierce, recycling bits in santa cruz > > _______________________________________________ > CentOS mailing list > CentOS at cen...
2010 Apr 19
0
R's unfortunate treatment of X11 failures
...tion dies when forwarding), R usually gives a scary warning like "Error: X11 fatal IO error: please save work and shut down R." That's all well and good. Then, if I ignore it and try to plot() something, R dies quite ungracefully, producing (e.g.) something like this: R: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed. Aborted ...and returning me to the shell. If I have not saved, I have lost my work. Clearly, this is my fault--I ignored the warning. However, I just had the above happen to me without my being warned...I lost some data, but not a lot. I...