Uncatched exception while using shared libraries

Hello all,

we have problem with exception thrown on a system build for MIPS with a cross-compile GCC 3.4.3 and uClibc 9.9.27. Currently, the only way to catch correctly C++ exceptions and to avoid undesirable SIGABRT signals is to link static with libraries. Using shared libraries always endup in a 'abort' fashion, even if exception are catched that way:

main() try { throw int(1); } catch (...) { }

Any help?

Thanks, Karl

Reply to
Karl Lessard
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.