On Mon, Aug 22, 2011 at 3:12 AM, Sven Neumann <[email protected]> wrote:

>> Does it actually crash in libunwind? From above it sounds like it already
>> returned fine to your application and crashes there.
>
> Well, the code I am running is the test-case that Ken posted earlier in
> this thread.

How about running the test case under gdb as in:

gdb --args ./main
...
<segfault>
(gdb) x /i $eip
(gdb) bt

and paste the output?

 -Arun

_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to