This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/11610] _init/_fini do not have proper unwinding information


http://sourceware.org/bugzilla/show_bug.cgi?id=11610

--- Comment #3 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2012-10-27 02:40:52 UTC ---
(In reply to comment #2)

> This is not just a GDB problem either: if I dlopen a library in a try/catch,
> and the library ctor throws, that throw is not caught:

This turns out to be because GLIBC dlopen has empty throw clause,
and the test failed even with fixed crti.S.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]