This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exception handling with shared libraries


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]