GNU gdb 6.1-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) b XlibInt.c:_XReply Make breakpoint pending on future shared library load? (y or [n]) Breakpoint 1 (XlibInt.c:_XReply) pending. (gdb) r Starting program: /home/fleury/devel/crusoe_bug/src/xfree86-4.3.0-dfsg/xc/programs/xlogo/xlogo Breakpoint 2 at 0x4026f3bc: file XlibInt.c, line 1642. Pending breakpoint "XlibInt.c:_XReply" resolved Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff590, extra=0, discard=0) at XlibInt.c:1642 in XlibInt.c (gdb) c Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff5b0, extra=0, discard=0) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff420, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff600, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff600, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbfffe4d0, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbfffe4e0, extra=0, discard=0) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff3d0, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 18 (X_ChangeProperty) Serial number of failed request: 15 Current serial number in output stream: 18 Program exited with code 01. (gdb) quit