From: Vincent J. <ja...@en...> - 2001-06-28 13:14:32
|
> does it work when the file is called "linux" ? Why do you want me to call the file "linux" ? It does not change anything. Vincent > > >I run another gdb : > >$ gdb /home/jardin/ler/zebra/usr/sbin/zebra > >(gdb) attach 16923 > >Attaching to program: /home/jardin/ler/zebra/usr/sbin/zebra, Pid 16923 > >Symbols already loaded for /lib/libm.so.6 > >Symbols already loaded for /lib/libcrypt.so.1 > >Reading symbols from /usr/lib/libreadline.so.4.2...done. > >Loaded symbols for /usr/lib/libreadline.so.4.2 > >Symbols already loaded for /usr/lib/libncurses.so.5 > >Symbols already loaded for /lib/libc.so.6 > >Symbols already loaded for /lib/ld-linux.so.2 > >0x1011c461 in ?? () > >(gdb) bt > >#0 0x1011c461 in ?? () > >#1 <signal handler called> > >#2 0x1000ccb0 in ?? () > >#3 0x10112be5 in ?? () > >#4 0x10112fc6 in ?? () > >#5 0x10115b8f in ?? () > >#6 0x1000a9d1 in ?? () > >#7 0x1000a744 in ?? () > >#8 0x10038da7 in ?? () > >#9 0x10039282 in ?? () > >#10 0x10112183 in ?? () > >#11 0x101122b9 in ?? () > >(gdb) detach > >Detaching from program: /home/jardin/ler/zebra/usr/sbin/zebra, Pid 16923 |