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.