zhengda, le Sun 10 Aug 2008 18:55:48 +0200, a écrit : > >LD_LIBRARY_PATH=/root/storage/glibc-2.7/build-tree/hurd-i386-libc gdb > >--args /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/rpcgen -Y > >../scripts -c rpcsvc/bootparam_prot.x -o > >/root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/xbootparam_prot.T > > gdb: hurdmalloc.c:287: _hurd_free: Assertion `((h)->check) == > 0x8a3c743e' failed. > Aborted
Gah. Then set from inside gdb: gdb --args /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/rpcgen -Y ../scripts -c rpcsvc/bootparam_prot.x -o /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/xbootparam_prot.T (gdb) set environment LD_LIBRARY_PATH=/root/storage/glibc-2.7/build-tree/hurd-i386-libc (gdb) r Samuel