Re: [gtk-list] Xlib errors - Can someone decrypt this for me?
- From: James Bailie <jbailie wwdc com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Xlib errors - Can someone decrypt this for me?
- Date: Sun, 17 Jan 1999 11:00:05 -0500
In message <199901170923.EAA20005@angband.org>, David Nicklay writes:
>Can someone please decrypt this error message and tell me
>what these two different error messages might possibly mean:
>
>Xlib: unexpected async reply (sequence 0x158)!
>
>Xlib: unexpected async reply (sequence 0x163)!
Perchance have you fork()ed and exec()ed without closing the connection to
the X server?
If so, #include <X11/Xlib.h> and <gdk/gdkx.h> and do
close( ConnectionNumber( gdk_display );
after the fork() and before the exec();
--
James Bailie
http://www.wwdc.com/~jbailie
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]