Re: 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:16:31 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





_______________________________________________________________
Neu: WEB.DE DSL bis 50.000 kBit/s und 200,- Euro Startguthaben!
http://produkte.web.de/go/02/




More information about the xorg mailing list