[Help] How to read this core?

H

hab

It happens during finishing the process:
(AIX 4.3, GCC 3.2.3, omniORB)

pthread_kill(??, ??) at 0xd0014ad8
_p_raise(??) at 0xd0013e8c
raise.raise(??) at 0xd01857cc
abort() at 0xd017e238
uw_init_context_1(??, ??, ??), line 1125 in "unwind-dw2.c"
_Unwind_RaiseException(??), line 84 in "unwind.inc"
__cxa_throw(??, ??, ??), line 72 in "eh_throw.cc"
_ZN16omni_tracedmutexD1Ev(0x30b5c9d8) at 0x100622b8
_ZN17_omniFinalCleanupD1Ev(0x30af477c) at 0x1005975c
Main._Z41__static_initialization_and_destruction_0ii(0x0, 0xffff) at
0x12990108
_GLOBAL__D__ZN4omni13TCS_W_Voyager12marshalWCharER9cdrStreamt() at
0x12991708
_GLOBAL__FD_MyServer() at 0x1116d840
mod_fini1(??, ??) at 0xd018cb60
modfini(??) at 0xd018caac
__modfini() at 0xd018d0cc
exit(??) at 0xd01860d4

MyServer is the name of executable. What I see is:
- _GLOBAL__FD_MyServer(): global objects of MyServer are being destructed;
- hmm: _GLOBAL__D__ZN4omni13TCS_W_Voyager12marshalWCharER9cdrStreamt()
looks like destruction of global (static) instance of
omni::TCS_W_Voyager, but there is function marshalWChar called. Should
be destructor called. How it could be?
Thanks,
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top