FW: xcb_io.c:542 _XRead Assertion dpy->xcb->reply-data =! ((void *)0) failed
courten at web.de
courten at web.de
Wed Oct 14 05:15:01 PDT 2009
-----Ursprüngliche Nachricht-----
Von: xorg-owner at lists.freedesktop.org
Gesendet: 14.10.09 11:58:04
An: courten at web.de
Betreff: xcb_io.c:542 _XRead Assertion dpy->xcb->reply-data =! ((void *)0) failed
To post to this list, you must first subscribe; as you are not
subscribed with this address, your post has been automatically
rejected. Please subscribe and try posting again.
-xorg list admins
<hr>
After an upgrade to libX11-1.3
every time i start an Application with keyboard interaction like xterm
this app crashes with the above mentioned text:
What is the sense of
the line 542 of xcb_io.c:
located in src/xcb_io.c
--
int _XRead(Display *dpy, char *data, long size
{
assert(size >= 0);
if(size == 0)
return 0;
assert(dpy->xcb->reply_data != NULL);
assert(dpy->xcb->reply_consumed + size <= dpy->xcb->reply_length);
memcpy(data, dpy->xcb->-reply_data + dpy->xcb-reply_consumed, size);
dpy->xcb->reply_consumed += size;
_XFreeReplyData(dpy, False);
return 0;
}
--
Felix von Courten
______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de
More information about the xorg
mailing list