Re: [gtk-list] Xlib errors - Can someone decrypt this for me?



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]