libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] unwinding from signal handler (i586)


From: Arun Sharma
Subject: Re: [Libunwind-devel] unwinding from signal handler (i586)
Date: Mon, 22 Aug 2011 10:10:49 -0700

On Mon, Aug 22, 2011 at 3:12 AM, Sven Neumann <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]