Nicolas Michael wrote:
Hi,

when running our c++ application on Intel's Xeon 5570 processors with the latest Solaris 10 Update 7 (141415-10), we're having problems with exceptions not being caught properly when running 64bit processes. After some analysis, it seems that if an exception is thrown in a shared library "B" which was loaded through dlopen() and has its exception handler in its parent library "A", the exception handler is sometimes "ignored" (not found on the stack or whatever...), so the exception runs "all the way through" and causes the process to crash due to an uncaught exception.
You should ask on the Studio C++ forum:

http://forums.sun.com/forum.jspa?forumID=850

--
Ian.

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to