Hi,

Not being able to catch exceptions smells like there being multiple instances of C++ runtime libraries (like libCrun.so) in your process. In dbx, proc -map will list all libraries of a running process or core file. Anything suspicious there?

hm, this just gives me an empty output, have to look at it again closer. But yes, the file loading my library links to libCrun.so as well as my own, as I am specifying -lCrun at linking time. If I omit this, I get linking errors. Something I can do not to include it but still be able to link?

Any other possible reasons to investigate why I can't catch UNO exceptions?

Best,
Max

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to