[Buildroot] [Bug 7208] Glibc C++ aplications crash if they use exceptions.

bugzilla at busybox.net bugzilla at busybox.net
Sun Jun 15 17:54:23 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7208

--- Comment #5 from Krzysztof Wrzalik <kwrzalik at gmail.com> 2014-06-15 17:54:22 UTC ---
The difference between compiling with -static-libgcc seems to boil down to the
following function:

_Unwind_Find_FDE

When compiled with -statlic-libgcc the function invocation ends up in glibc.
When -static-libgcc is not given, then this function is located in libgcc.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the buildroot mailing list