|
From: Konstantin S. <kon...@gm...> - 2009-02-06 12:58:17
|
> You need to check that GDB can unwind from that specific instruction, > not just from somewhere inside the function. Since the page number > will be different, but the page offset will be the same, you need to > get GDB to the instruction whose lowest 12 bits is 0x140 (since > Valgrind reports 0xC32B140) and see if you can unwind from there. Indeed... If I break at the function in gdb, I can get the stack trace. But after typing 'n' several times, I loose this ability. wow! --kcc |