|
From: Janne K. <Jan...@pp...> - 2004-01-12 11:04:18
|
Hi, As i'm trying to use --gdb-attach on SuSE 9.0 ( gdb 5.3.92-SuSE, valgrind 2.0.0 ) i can't get the stack frame to be shown. GDB is invoked properly, but: (gdb) bt #0 0x4018dc1c in vg_do_syscall3 () from /usr/lib/valgrind/valgrind.so #1 0x4018f320 in vgPlain_system () from /usr/lib/valgrind/valgrind.so (gdb) info threads (gdb) Quitting gdb makes it to hang completely ( either gdb or vg ). Any ideas? -- // Janne |
|
From: Dirk M. <dm...@gm...> - 2004-01-12 14:16:41
|
On Monday 12 January 2004 12:04, Janne Karhunen wrote: > Quitting gdb makes it to hang completely ( either gdb or vg ). Any > ideas? The gdb on SuSE 9 is totally broken. you can avoid the hang by doing a kill -CONT <pid>, but the backtrace is still not working in all cases. Dirk |