Bug 4180 - Smart_Proxies/Collocation crashes and isn't part of the test suite
Summary: Smart_Proxies/Collocation crashes and isn't part of the test suite
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: Smart Proxies (show other bugs)
Version: 2.2.7
Hardware: All Linux
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2014-08-17 13:43 CDT by Johnny Willemsen
Modified: 2014-08-17 13:43 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2014-08-17 13:43:18 CDT
Smart_Proxies/Collocation isn't run as part of the daily test suite and crashes with the following stack trace

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7bae3a0 in _tao_Diamond_Buttom_allocator () from ./libDiamond.so.2.2.7
(gdb) back
#0  0x00007ffff7bae3a0 in _tao_Diamond_Buttom_allocator () from ./libDiamond.so.2.2.7
#1  0x00007ffff70626f0 in TAO::Portable_Server::RequestProcessingStrategyAOMOnly::cleanup_servant(TAO_ServantBase*, CORBA::OctetSeq const&) ()
   from /home/johnny/ACE/trunk/ACE/lib/libTAO_PortableServer.so.2.2.7
#2  0x00007ffff707228c in TAO::Portable_Server::ServantRetentionStrategyRetain::deactivate_all_objects() ()
   from /home/johnny/ACE/trunk/ACE/lib/libTAO_PortableServer.so.2.2.7
#3  0x00007ffff7065e34 in TAO_Root_POA::deactivate_all_objects_i(bool, bool) () from /home/johnny/ACE/trunk/ACE/lib/libTAO_PortableServer.so.2.2.7
#4  0x00007ffff7069aaa in TAO_Root_POA::destroy_i(bool, bool) () from /home/johnny/ACE/trunk/ACE/lib/libTAO_PortableServer.so.2.2.7
#5  0x00007ffff7069ecd in TAO_Root_POA::destroy(bool, bool) () from /home/johnny/ACE/trunk/ACE/lib/libTAO_PortableServer.so.2.2.7
#6  0x00007ffff704781c in TAO_Object_Adapter::close(int) () from /home/johnny/ACE/trunk/ACE/lib/libTAO_PortableServer.so.2.2.7
#7  0x00007ffff6824169 in TAO_Adapter_Registry::close(int) () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#8  0x00007ffff6871ca0 in TAO_ORB_Core::shutdown(bool) () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#9  0x00007ffff6879205 in TAO_ORB_Core::fini() () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#10 0x00007ffff687941e in TAO_ORB_Core::_decr_refcnt() () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#11 0x00007ffff687b8c8 in TAO_Singleton<TAO::ORB_Table, ACE_Thread_Mutex>::~TAO_Singleton() () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#12 0x00007ffff687b7af in TAO_Singleton<TAO::ORB_Table, ACE_Thread_Mutex>::cleanup(void*) () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#13 0x00007ffff6492cad in ACE_OS_Exit_Info::call_hooks() () from /home/johnny/ACE/trunk/ACE/lib/libACE.so.6.2.7
#14 0x00007ffff68a78f5 in TAO_Singleton_Manager::fini() () from /home/johnny/ACE/trunk/ACE/lib/libTAO.so.2.2.7
#15 0x00007ffff7debe6a in _dl_fini () at dl-fini.c:252
#16 0x00007ffff51cf3d9 in __run_exit_handlers (status=0, listp=0x7ffff55405a8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#17 0x00007ffff51cf425 in __GI_exit (status=<optimized out>) at exit.c:104
#18 0x00007ffff51b8bec in __libc_start_main (main=0x401c00 <main>, argc=1, argv=0x7fffffffd808, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, 
    stack_end=0x7fffffffd7f8) at libc-start.c:303
#19 0x0000000000401cb1 in _start () at ../sysdeps/x86_64/start.S:122
(gdb)