Exception handling with shared libraries
bjorn rohde jensen
bjensen@fastmail.fm
Wed Aug 7 13:36:00 GMT 2002
Hi Paolo,
I have had similar experiences playing with dynamic
loading and unloading of shared objects, where i was
too quick to unload the shared objects in the exception
handling parts. I had unloaded the shared objects before
the exception class' destructor had run causing a
predictable problem;) This sort of thing will show up
in a stack trace under gdb as a call to an unknown method,
that is with ?? instead of method name and such. Just a
thought:)
Yours sincerely,
Bjorn
More information about the Gcc-help
mailing list