libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] SIGFPE and _Unwind_GetIPInfo problem on x86_64 (g+


From: address@hidden
Subject: Re: [Libunwind-devel] SIGFPE and _Unwind_GetIPInfo problem on x86_64 (g++-4.5)
Date: Mon, 07 Feb 2011 10:46:55 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110105 Lightning/1.0b3pre Thunderbird/3.1.7

Hi.

[...]

>> @Lassi: Just out of curiosity, did you forget to enable exception unwinding 
>> support in libunwind (--enable-cxx-exceptions)?
> 
> Why do you ask? Is that necessary for the test? FWIW, libunwind build I used 
> doesn't enable that option.

Yes that's necessary. I should have mentioned that in the first email - shame 
on me :(
Libunwind by default doesn't supply the necessary _Unwind_* functions for 
exception handling.
So, the default unwinding routines of gcc are used even though you preload 
libunwind.so.
And the result is obviously the same as without preloading libunwind.so.

Regards,
Stefan



reply via email to

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