[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
exceptions are not caught
From: |
Krishanu Debnath |
Subject: |
exceptions are not caught |
Date: |
Tue, 12 Feb 2008 18:19:56 +0530 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
Hello,
This is a platform specific problem, platform is RHEL4.
We use boost::serialization code, and linked with their static library.
And the problem we are facing that all of our exception handler codes
are not working any more i.e. catch handler is not called if an
exception is thrown. We are not even calling the boost::serializer code.
If we remove serializer code everything works fine.
Serializer code works pretty fine in suse platform.
Now my question is how come exception handler codes are not executing
just because we are linking with some library(even if the library
code lets say ill-form/invokes UB, we are not calling any function from
the library anyway).
Any insight will be helpful.
Thanks,
Krishanu
- exceptions are not caught,
Krishanu Debnath <=