Skip to main content

CORBA server process cores

  • May 17, 2013
  • 0 replies
  • 0 views

Summary CORBA server process cores
Article Number 15968
Environment UNIX Orbix 6.x
Question/Problem Description CORBA server process cores

After a CORBA Process fails, it produces a core file, with the following stack:

skgdbgcra(??) at 0xd9b7f2e0
kpeDbgCrash(0xd9bdfb54, 0x0, 0x0, 0x2, 0x4, 0x32, 0x4, 0x20924988) at 0xd9b7c9d4
kpeDbgSignalHandler(??, ??) at 0xd9b7e628
skgesig_sigactionHandler(??, ??, ??) at 0xd9bdfd3c
.() at 0x0
POA_MDLRSOrb::Ds1PathInquiryFtory::findBySpare_itgen_dispatch(PortableServer::ServantBase*,CORBA::IT_ServerRequest*,CORBA::completion_status&)(0x209880d4,0x209256f8, 0x209255fc) at 0x12f3a2c4
PortableServer::ServantBase::_dispatch(CORBA::IT_ServerRequest*)(0x209880d4,0x209256f8) at 0xd669d03c
IT_POA_RequestInterceptor::invoke(IT_Binding::ServerRequestData*,IT_Binding::ServerRequestCallback*)(0x2098ace4,0x20994824, 0x20994838) at 0xd66c7e38
IT_Binding_ServerBindingImpl::dispatch_request(IT_Binding::ServerRequest*)(0x2098c120,0x20994110) at 0xd4709c88
IT_GIOP_ServerRequest::execute()(0x20994110) at 0xd599dc84
IT_ATLI2_IP::IPPoolImpl::execute()(0x209a9f40) at 0xd3f99e5c
IT_Work_WorkerThread::run()(0x2086f748) at 0xd462adf8
IT_ThreadFactory_call_thread_body(0x2086f748) at 0xd2f5c254

Clarifying Information
Error Message
Defect/Enhancement Number
Cause missing compilation flags
Resolution The solution is to add the compilation flag: -qrtti=all. This flag generates runtime type identification (RTTI) information for exception handling and for use by the typeid and dynamic_cast operators.
Workaround
Notes
Attachment
Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 10 September 2011

#Orbix
#KnowledgeDocs