Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AIX-Orbix appliction server Core Dump

Status
Not open for further replies.

mail2jayram

Programmer
Jan 1, 2005
1
US
Iam using IONA Orbix. the environment is like Windows platform C++ handshakes with AIX application servers thru Orbix.

AIX application servers are crashing and producing a core dump. the same binaries are perfect in different machine.

DBXing on the core dump -

Segmentation fault in pth_usched._usched_dispatch_front [/usr/lib/libpthreads.a] at 0xd0055c94
0xd0055c94 (_usched_dispatch_front+0x11c) 80410014 lwz r2,0x14(r1)
(dbx) where
pth_usched._usched_dispatch_front(??, ??) at 0xd0055c94
pth_usched._usched_swtch(??) at 0xd0056c8c
pth_spinlock._waitlock(??, ??) at 0xd004ac1c
pth_spinlock._local_lock_common(??, ??, ??) at 0xd004b1b8
pth_mutex.pthread_mutex_lock(??) at 0xd0049e2c
it_mutex.lock(IT_ExceptionHandler&)(0x207e5d48, 0xf09e6368), line 141 in "it_pod_mutex_i.h"
it_mutex.lock(IT_ExceptionHandler&)(0x207e5bb8, 0xf09e6368), line 36 in "it_mutex.cxx"
Config.get_it_exit_on_bad_alloc__13ConfigurationFv() at 0xd5167f20
ORBImpl.catchMemoryFault__Fv() at 0xd5184644
newop.__nw__FUl(??) at 0xd04b8394
orbxTCP.newTCPChannel__22OrbixTCPChannelFactoryFv() at 0xd4618754
orbxTCP.allocate__22OrbixTCPChannelFactoryFP8ProtocolUc() at 0xd4618660
chanTab.createInitialisedChannel__12ChannelTableFP16TransportFactoryP8ProtocolUc() at 0xd461b9d8
protocol.acceptIncomingConnection__8ProtocolFR10GEN_SOCKETP16TransportFactory() at 0xd45efc70
MTSelHnd.processListenerSocket__15MTSelectHandlerFR10GEN_SOCKET() at 0xd46651e4
MTSelHnd.processListenerEvent__15MTSelectHandlerFR10GEN_SOCKET() at 0xd4665140
MTSelHnd.socket_fired__15MTSelectHandlerF10GEN_SOCKETQ2_17IT_NetworkThreads7AbilityUc() at 0xd4664a2c
NetworkThreads.run__17IT_NetworkThreadsFUlUc() at 0xd45df990
NetworkThreads.run__17IT_NetworkThreadsFv() at 0xd45dff98
unnamed block $b256, line 153 in "it_threadP.cxx"
it_threadP.lsf_call_thread_body(void*)(0x206c9d58), line 153 in "it_threadP.cxx"


Since my server application doesnt deal with threading, iam concluding this wouldnt be due to code issues. Now how do i confirm if this is due to Orbix setup or AIX problem.

-tks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top