<div dir="ltr"><div>Hi,</div><div><br></div><div>I am facing some issue with the cosEvent service. can anyone help.</div><div><br></div> TAO VERSION: 1.3.1<div><span style="font-size:12.8px"> ACE VERSION: 5.3.18</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">HOST MACHINE and OPERATING SYSTEM</span></div><div><span style="font-size:12.8px">32bit, Linux rhel 4, NahantUpdate6</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">TARGET MACHINE and OPERATING SYSTEM, if different from HOST:</span><br style="font-size:12.8px"><span style="font-size:12.8px"> Red Hat 4.1.2-50<br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">COMPILER NAME AND VERSION (AND PATCHLEVEL):</span><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">gcc: 3.4.6</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">THE $ACE_ROOT/ace/config.h FILE:</span><span style="font-size:12.8px"><br></span></div><div><div style=""><span style="font-size:12.8px">#ifndef ACE_CONFIG_LINUX_H</span></div><div style=""><span style="font-size:12.8px">#define ACE_CONFIG_LINUX_H</span></div><div style=""><span style="font-size:12.8px">#include "ace/pre.h"</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#include "ace/config-linux-common.h"</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_SVR4_DYNAMIC_LINKING</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_AUTOMATIC_INIT_FINI</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#if !defined (ACE_MT_SAFE)</span></div><div style=""><span style="font-size:12.8px">#define ACE_MT_SAFE 1                           // JCEJ 12/22/96        #1</span></div><div style=""><span style="font-size:12.8px">#endif</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#if ACE_MT_SAFE</span></div><div style=""><span style="font-size:12.8px">// Yes, we do have threads.</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_THREADS</span></div><div style=""><span style="font-size:12.8px">// And they're even POSIX pthreads (LinuxThreads implementation)</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_PTHREADS</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#if !defined (ACE_HAS_PTHREADS_UNIX98_EXT)</span></div><div style=""><span style="font-size:12.8px">#  define ACE_LACKS_RWLOCK_T </span></div><div style=""><span style="font-size:12.8px">#endif  /* !ACE_HAS_PTHREADS_UNIX98_EXT */</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">// ... and the final standard even!</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_PTHREADS_STD</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_THREAD_SPECIFIC_STORAGE     // jcej 12/22/96         #2</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS    // JCEJ 1/7-8/96</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#if defined(__GLIBC__)</span></div><div style=""><span style="font-size:12.8px">// Platform supports reentrant functions (i.e., all the POSIX *_r</span></div><div style=""><span style="font-size:12.8px">// functions).</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_REENTRANT_FUNCTIONS</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#if (__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 1)</span></div><div style=""><span style="font-size:12.8px">   // Older versions of glibc lacked reentrant netdb functions</span></div><div style=""><span style="font-size:12.8px">#  define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">   // glibc < 2.1 lacks pthread_attr_setstacksize()</span></div><div style=""><span style="font-size:12.8px">#  define ACE_LACKS_THREAD_STACK_SIZE</span></div></div><div style=""><div style=""><span style="font-size:12.8px">#endif /* (__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 1) */</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">// uses ctime_r & asctime_r with only two parameters vs. three</span></div><div style=""><span style="font-size:12.8px">#define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R</span></div><div style=""><span style="font-size:12.8px">#endif</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#include /**/ <pthread.h></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)</span></div><div style=""><span style="font-size:12.8px">   // glibc 2.2.x or better has pthread_mutex_timedlock()</span></div><div style=""><span style="font-size:12.8px">#  define ACE_HAS_MUTEX_TIMEOUTS</span></div><div style=""><span style="font-size:12.8px">#  if !defined (_XOPEN_SOURCE) \</span></div><div style=""><span style="font-size:12.8px">   || (defined (_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0) < 600)</span></div><div style=""><span style="font-size:12.8px">// pthread_mutex_timedlock() prototype is not visible if _XOPEN_SOURCE</span></div><div style=""><span style="font-size:12.8px">// is not >= 600 (i.e. for XPG6).</span></div><div style=""><span style="font-size:12.8px">extern "C" int pthread_mutex_timedlock (pthread_mutex_t *mutex,</span></div><div style=""><span style="font-size:12.8px">                                        const struct timespec * abstime);</span></div><div style=""><span style="font-size:12.8px">#  endif  /* _XOPEN_SOURCE && _XOPEN_SOURCE < 600 */</span></div><div style=""><span style="font-size:12.8px">#endif  /* (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) */</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#endif  /* ACE_MT_SAFE */</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#include "ace/post.h"</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">#endif /* ACE_CONFIG_LINUX_H */</span></div></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><b>AREA/CLASS/EXAMPLE AFFECTED:</b></span><br style="font-size:12.8px"><span style="font-size:12.8px">        No known</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">    <b>DOES THE PROBLEM AFFECT:</b></span><b><br style="font-size:12.8px"><span style="font-size:12.8px">        EXECUTION?</span></b><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">   YES</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><b>SYNOPSIS:</b></span><br></div><div>CORBA(naming service and cosevent service) is used between our activatior and system manager. we could see that our system manager is getting cored. But in the back-trace we could see the cosEvent service traces.</div><div><br></div><div><span style="font-size:12.8px"><b>DESCRIPTION:</b></span><br></div><div><span style="font-size:12.8px">We could see that our system manager is getting cored dut to the corruption in cosEvent_service.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I have three backtraces : </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">backtrace1:</span></div><div><div style=""><span style="font-size:12.8px">#0  0x00c3fb65 in memcpy () from /lib/libc.so.6</span></div><div style=""><span style="font-size:12.8px">#1  0x0041c49e in operator>> (cdr=..., x=...) at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/ace/OS_String.inl:62</span></div><div style=""><span style="font-size:12.8px">#2  0x001dfcf9 in PushConsumer::push_skel (_tao_server_request=..., _tao_servant=0x385cbdb8, _tao_servant_upcall=0xb53fe5c0)</span></div><div style=""><span style="font-size:12.8px">    at CosEventCommS.cpp:709</span></div><div style=""><span style="font-size:12.8px">#3  0x0020dfac in ProxyPushConsumer::push_skel (req=..., obj=0xbff0d908, context=0xb53fe5c0) at CosEventChannelAdminS.i:34</span></div><div style=""><span style="font-size:12.8px">#4  0x00a06368 in TAO_ServantBase::synchronous_upcall_dispatch (this=0x1, req=..., servant_upcall=0xb53fe5c0, derived_this=0x385cbdb8)</span></div><div style=""><span style="font-size:12.8px">    at Servant_Base.cpp:231</span></div><div style=""><span style="font-size:12.8px">#5  0x001fe3bb in ProxyPushConsumer::_dispatch (this=0xbff0d908, req=..., servant_upcall=0xb53fe5c0) at CosEventChannelAdminS.cpp:838</span></div><div style=""><span style="font-size:12.8px">#6  0x009ce3b4 in TAO_Object_Adapter::dispatch_servant (this=0xb53fea10, key=..., req=..., forward_to=...) at Object_Adapter.i:180</span></div><div style=""><span style="font-size:12.8px">#7  0x009cf3da in TAO_Object_Adapter::dispatch (this=0x98501f8, key=..., request=..., forward_to=...)</span></div><div style=""><span style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Object.i:246</span></div><div style=""><span style="font-size:12.8px">#8  0x004af727 in TAO_Adapter_Registry::dispatch (this=0x9845700, key=..., request=..., forward_to=...)</span></div><div style=""><span style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Object.i:246</span></div><div style=""><span style="font-size:12.8px">#9  0x004c8ede in TAO_Request_Dispatcher::dispatch (this=0x984a080, orb_core=0x98455a0, request=..., forward_to=...) at ORB_Core.i:170</span></div><div style=""><span style="font-size:12.8px">#10 0x0040073f in TAO_GIOP_Message_Base::process_request (this=0x3e444288, transport=0x3e43f918, cdr=..., output=..., parser=0x54c978)</span></div><div style=""><span style="font-size:12.8px">    at ORB_Core.i:176</span></div><div style=""><span style="font-size:12.8px">#11 0x00400265 in TAO_GIOP_Message_Base::process_request_message (this=0x3e444288, transport=0x3e43f918, qd=0xbfffd978)</span></div><div style=""><span style="font-size:12.8px">    at GIOP_Message_Base.cpp:425</span></div><div style=""><span style="font-size:12.8px">#12 0x003e28f9 in TAO_Transport::process_parsed_messages (this=0x3e43f918, qd=0xbfffd978, rh=...) at Transport.cpp:1790</span></div><div style=""><span style="font-size:12.8px">#13 0x003e2a3e in TAO_Transport::process_queue_head (this=0x3e43f918, rh=...) at Transport.cpp:1909</span></div><div style=""><span style="font-size:12.8px">#14 0x003e1b1b in TAO_Transport::handle_input (this=0x3e43f918, rh=..., max_wait_time=0xb53ff2a0) at Resume_Handle.inl:27</span></div><div style=""><span style="font-size:12.8px">#15 0x003e7e10 in TAO_Connection_Handler::svc_i (this=0x3e43f8dc)</span></div><div style=""><span style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Connection_Handler.inl:19</span></div><div style=""><span style="font-size:12.8px">#16 0x003e8e51 in TAO_Thread_Per_Connection_Handler::svc (this=0x3e43e958) at Thread_Per_Connection_Handler.cpp:68</span></div><div style=""><span style="font-size:12.8px">#17 0x0066807f in ACE_Task_Base::svc_run (args=0x3e43e958) at Task.cpp:204</span></div><div style=""><span style="font-size:12.8px">#18 0x0061247e in ACE_Thread_Adapter::invoke_i (this=0xbff0d908) at Thread_Adapter.cpp:151</span></div><div style=""><span style="font-size:12.8px">#19 0x006123e9 in ACE_Thread_Adapter::invoke (this=0x41875f50) at Thread_Adapter.cpp:94</span></div><div style=""><span style="font-size:12.8px">#20 0x005d76ce in ace_thread_adapter (args=0xb53fea10) at Base_Thread_Adapter.cpp:122</span></div><div style=""><span style="font-size:12.8px">#21 0x00d60832 in start_thread () from /lib/libpthread.so.0</span></div><div style=""><span style="font-size:12.8px">#22 0x00ca00ae in clone () from /lib/libc.so.6</span></div></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">backtrace:2</span></div><div style=""><div style="font-size:12.8px">Core was generated by `/opt/ss7card/ace_tao/TAO/orbsvcs/CosEvent_Service/CosEvent_Service -ORBInitRef'.</div><div style="font-size:12.8px">Program terminated with signal 11, Segmentation fault.</div><div style="font-size:12.8px">#0  ACE_Data_Block::size (this=0x0, length=512) at Message_Block.cpp:189</div><div style="font-size:12.8px">189     Message_Block.cpp: No such file or directory.</div><div style="font-size:12.8px">        in Message_Block.cpp</div><div style="font-size:12.8px">(gdb) bt</div><div style="font-size:12.8px">#0  ACE_Data_Block::size (this=0x0, length=512) at Message_Block.cpp:189</div><div style="font-size:12.8px">#1  0x00940f15 in ACE_Message_Block::size (this=0x200, length=512)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/ace/Message_Block.i:8</div><div style="font-size:12.8px">#2  0x009b4c5c in ACE_CDR::consolidate (dst=0xbd8f2760, src=0xbd8fa080)</div><div style="font-size:12.8px">    at CDR_Base.cpp:515</div><div style="font-size:12.8px">#3  0x00482d97 in CORBA_Any::CORBA_Any (this=0xbfe21ac0, src=...)</div><div style="font-size:12.8px">    at Any.cpp:149</div><div style="font-size:12.8px">#4  0x004bdddf in CORBA_TypeCode::member_label (this=0xbd8e8718,</div><div style="font-size:12.8px">    slot=3219266240) at Typecode.cpp:384</div><div style="font-size:12.8px">#5  0x00480475 in TAO_Marshal_Union::skip (this=0xb55fe2c0, tc=0xbd8f3ab8,</div><div style="font-size:12.8px">    src=0xb55fea10)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Any.i:93</div><div style="font-size:12.8px">#6  0x0047f519 in TAO_Marshal_Object::perform_skip (tc=0x80, stream=0xb55fea10)</div><div style="font-size:12.8px">    at Marshal.cpp:108</div><div style="font-size:12.8px">#7  0x00480290 in TAO_Marshal_Struct::skip (this=0xb55fe370, tc=0xbd8f3350,</div><div style="font-size:12.8px">    stream=0xb55fea10)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Typecode.i:185</div><div style="font-size:12.8px">#8  0x0047f4f3 in TAO_Marshal_Object::perform_skip (tc=0x80, stream=0xb55fea10)</div><div style="font-size:12.8px">    at Marshal.cpp:103</div><div style="font-size:12.8px">#9  0x00488409 in operator>> (cdr=..., x=...)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Typecode.i:185</div><div style="font-size:12.8px">#10 0x002dbcf9 in PushConsumer::push_skel (_tao_server_request=...,</div><div style="font-size:12.8px">    _tao_servant=0x7b029b48, _tao_servant_upcall=0xb55fe5c0)</div><div style="font-size:12.8px">    at CosEventCommS.cpp:709</div><div style="font-size:12.8px">#11 0x00309fac in ProxyPushConsumer::push_skel (req=..., obj=0xbd8f2760,</div><div style="font-size:12.8px">    context=0xb55fe5c0) at CosEventChannelAdminS.i:34</div><div style="font-size:12.8px">#12 0x00852368 in TAO_ServantBase::synchronous_upcall_dispatch (this=0x1,</div><div style="font-size:12.8px">    req=..., servant_upcall=0xb55fe5c0, derived_this=0x7b029b48)</div><div style="font-size:12.8px">    at Servant_Base.cpp:231</div><div style="font-size:12.8px">#13 0x002fa3bb in ProxyPushConsumer::_dispatch (this=0xbd8f2760, req=...,</div><div style="font-size:12.8px">    servant_upcall=0xb55fe5c0) at CosEventChannelAdminS.cpp:838</div><div style="font-size:12.8px">#14 0x0081a3b4 in TAO_Object_Adapter::dispatch_servant (this=0x200, key=...,</div><div style="font-size:12.8px">    req=..., forward_to=Cannot access memory at address 0x200</div><div style="font-size:12.8px">) at Object_Adapter.i:180</div><div style="font-size:12.8px">#15 0x0081b3da in TAO_Object_Adapter::dispatch (this=0x8be11f8, key=...,</div><div style="font-size:12.8px">    request=..., forward_to=...)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Object.i:246</div><div style="font-size:12.8px">#16 0x0051b727 in TAO_Adapter_Registry::dispatch (this=0x8bd6700, key=...,</div><div style="font-size:12.8px">    request=..., forward_to=...)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Object.i:246</div><div style="font-size:12.8px">#17 0x00534ede in TAO_Request_Dispatcher::dispatch (this=0x8bdb080,</div><div style="font-size:12.8px">    orb_core=0x8bd65a0, request=..., forward_to=Cannot access memory at address 0x200</div><div style="font-size:12.8px">) at ORB_Core.i:170</div><div style="font-size:12.8px">#18 0x0046c73f in TAO_GIOP_Message_Base::process_request (this=0x7bf18c08,</div><div style="font-size:12.8px">    transport=0x7d21a000, cdr=..., output=..., parser=0x5b8978)</div><div style="font-size:12.8px">    at ORB_Core.i:176</div><div style="font-size:12.8px">#19 0x0046c265 in TAO_GIOP_Message_Base::process_request_message (</div><div style="font-size:12.8px">    this=0x7bf18c08, transport=0x7d21a000, qd=0xbfefaf00)</div><div style="font-size:12.8px">    at GIOP_Message_Base.cpp:425</div><div style="font-size:12.8px">#20 0x0044e8f9 in TAO_Transport::process_parsed_messages (this=0x7d21a000,</div><div style="font-size:12.8px">    qd=0xbfefaf00, rh=...) at Transport.cpp:1790</div><div style="font-size:12.8px">---Type <return> to continue, or q <return> to quit---</div><div style="font-size:12.8px">#21 0x0044ea3e in TAO_Transport::process_queue_head (this=0x7d21a000, rh=...)</div><div style="font-size:12.8px">    at Transport.cpp:1909</div><div style="font-size:12.8px">#22 0x0044db1b in TAO_Transport::handle_input (this=0x7d21a000, rh=...,</div><div style="font-size:12.8px">    max_wait_time=0xb55ff2a0) at Resume_Handle.inl:27</div><div style="font-size:12.8px">#23 0x00453e10 in TAO_Connection_Handler::svc_i (this=0x7d219f8c)</div><div style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Connection_Handler.inl:19</div><div style="font-size:12.8px">#24 0x00454e51 in TAO_Thread_Per_Connection_Handler::svc (this=0x7d21a210)</div><div style="font-size:12.8px">    at Thread_Per_Connection_Handler.cpp:68</div><div style="font-size:12.8px">#25 0x009ba07f in ACE_Task_Base::svc_run (args=0x7d21a210) at Task.cpp:204</div><div style="font-size:12.8px">#26 0x0096447e in ACE_Thread_Adapter::invoke_i (this=0xbd8f2760)</div><div style="font-size:12.8px">    at Thread_Adapter.cpp:151</div><div style="font-size:12.8px">#27 0x009643e9 in ACE_Thread_Adapter::invoke (this=0x7bef38b8)</div><div style="font-size:12.8px">    at Thread_Adapter.cpp:94</div><div style="font-size:12.8px">#28 0x009296ce in ace_thread_adapter (args=0x200)</div><div style="font-size:12.8px">    at Base_Thread_Adapter.cpp:122</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">backtrace3:</div><div style="font-size:12.8px"><br></div><div style=""><div style=""><span style="font-size:12.8px">#0  0x00c3fb65 in memcpy () from /lib/libc.so.6</span></div><div style=""><span style="font-size:12.8px">#1  0x0041c49e in operator>> (cdr=..., x=...) at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/ace/OS_String.inl:62</span></div><div style=""><span style="font-size:12.8px">#2  0x001dfcf9 in PushConsumer::push_skel (_tao_server_request=..., _tao_servant=0x385cbdb8, _tao_servant_upcall=0xb53fe5c0)</span></div><div style=""><span style="font-size:12.8px">    at CosEventCommS.cpp:709</span></div><div style=""><span style="font-size:12.8px">#3  0x0020dfac in ProxyPushConsumer::push_skel (req=..., obj=0xbff0d908, context=0xb53fe5c0) at CosEventChannelAdminS.i:34</span></div><div style=""><span style="font-size:12.8px">#4  0x00a06368 in TAO_ServantBase::synchronous_upcall_dispatch (this=0x1, req=..., servant_upcall=0xb53fe5c0, derived_this=0x385cbdb8)</span></div><div style=""><span style="font-size:12.8px">    at Servant_Base.cpp:231</span></div><div style=""><span style="font-size:12.8px">#5  0x001fe3bb in ProxyPushConsumer::_dispatch (this=0xbff0d908, req=..., servant_upcall=0xb53fe5c0) at CosEventChannelAdminS.cpp:838</span></div><div style=""><span style="font-size:12.8px">#6  0x009ce3b4 in TAO_Object_Adapter::dispatch_servant (this=0xb53fea10, key=..., req=..., forward_to=...) at Object_Adapter.i:180</span></div><div style=""><span style="font-size:12.8px">#7  0x009cf3da in TAO_Object_Adapter::dispatch (this=0x98501f8, key=..., request=..., forward_to=...)</span></div><div style=""><span style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Object.i:246</span></div><div style=""><span style="font-size:12.8px">#8  0x004af727 in TAO_Adapter_Registry::dispatch (this=0x9845700, key=..., request=..., forward_to=...)</span></div><div style=""><span style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Object.i:246</span></div><div style=""><span style="font-size:12.8px">#9  0x004c8ede in TAO_Request_Dispatcher::dispatch (this=0x984a080, orb_core=0x98455a0, request=..., forward_to=...) at ORB_Core.i:170</span></div><div style=""><span style="font-size:12.8px">#10 0x0040073f in TAO_GIOP_Message_Base::process_request (this=0x3e444288, transport=0x3e43f918, cdr=..., output=..., parser=0x54c978)</span></div><div style=""><span style="font-size:12.8px">    at ORB_Core.i:176</span></div><div style=""><span style="font-size:12.8px">#11 0x00400265 in TAO_GIOP_Message_Base::process_request_message (this=0x3e444288, transport=0x3e43f918, qd=0xbfffd978)</span></div><div style=""><span style="font-size:12.8px">    at GIOP_Message_Base.cpp:425</span></div><div style=""><span style="font-size:12.8px">#12 0x003e28f9 in TAO_Transport::process_parsed_messages (this=0x3e43f918, qd=0xbfffd978, rh=...) at Transport.cpp:1790</span></div><div style=""><span style="font-size:12.8px">#13 0x003e2a3e in TAO_Transport::process_queue_head (this=0x3e43f918, rh=...) at Transport.cpp:1909</span></div><div style=""><span style="font-size:12.8px">#14 0x003e1b1b in TAO_Transport::handle_input (this=0x3e43f918, rh=..., max_wait_time=0xb53ff2a0) at Resume_Handle.inl:27</span></div><div style=""><span style="font-size:12.8px">#15 0x003e7e10 in TAO_Connection_Handler::svc_i (this=0x3e43f8dc)</span></div><div style=""><span style="font-size:12.8px">    at /view/alex-1/vobs/thirdParty/TAO/ACE_wrappers/TAO/tao/Connection_Handler.inl:19</span></div><div style=""><span style="font-size:12.8px">#16 0x003e8e51 in TAO_Thread_Per_Connection_Handler::svc (this=0x3e43e958) at Thread_Per_Connection_Handler.cpp:68</span></div><div style=""><span style="font-size:12.8px">#17 0x0066807f in ACE_Task_Base::svc_run (args=0x3e43e958) at Task.cpp:204</span></div><div style=""><span style="font-size:12.8px">#18 0x0061247e in ACE_Thread_Adapter::invoke_i (this=0xbff0d908) at Thread_Adapter.cpp:151</span></div><div style=""><span style="font-size:12.8px">#19 0x006123e9 in ACE_Thread_Adapter::invoke (this=0x41875f50) at Thread_Adapter.cpp:94</span></div><div style=""><span style="font-size:12.8px">#20 0x005d76ce in ace_thread_adapter (args=0xb53fea10) at Base_Thread_Adapter.cpp:122</span></div><div style=""><span style="font-size:12.8px">#21 0x00d60832 in start_thread () from /lib/libpthread.so.0</span></div><div style=""><span style="font-size:12.8px">#22 0x00ca00ae in clone () from /lib/libc.so.6</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">We could see that same code base which is compiled in 64bit is not giving any core. Can you give the reason for this kind of behavior and is there any solution for this ? can we get any immediate fix or wirkaround for the issue ?</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">Please let us know if you need any other information.</span></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">Regards,</span></div><div style=""><span style="font-size:12.8px">Sriram</span></div></div></div></div>