-----Ursprüngliche Nachricht-----
Von: [email protected]
Gesendet: 14.10.09 11:58:04
An: [email protected]
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

_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to