freebsd gcc cross compiler creates binaries that crash when using c++ exceptions
Andrew Haley
aph@redhat.com
Mon Jan 16 10:54:00 GMT 2012
On 01/16/2012 09:30 AM, Markus Henschel wrote:
> What I did so far was attaching gdb and seeing that it crashes in libgcc in __cxa_end_catch. I guess I'll have to build libgcc with debug symbols then.
This is almost always a mismatch of libraries: there is a complex
set of interdependencies between libc, libstdc++, and libgcc.
Andrew.
More information about the Gcc-help
mailing list