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. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff530, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff730, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Breakpoint 2, _XReply (dpy=0x8050488, rep=0xbffff6f0, extra=0, discard=1) at XlibInt.c:1642 1642 in XlibInt.c (gdb) Continuing. Program received signal SIGINT, Interrupt. 0x403e7398 in select () from /lib/tls/libc.so.6 (gdb) quit The program is running. Exit anyway? (y or n)