GNOME Bugzilla – Bug 55726
Passing unknown value to CORBA_ORB_resolve_initial_references (XXX, say), and then RootPOA segfaults in ORBit
Last modified: 2004-12-22 21:47:04 UTC
With ORBit 0.5.8, the following code: poa = (PortableServer_POA)CORBA_ORB_resolve_initial_references(orb, "XXX", &ev); poa = (PortableServer_POA)CORBA_ORB_resolve_initial_references(orb, "RootPOA", &ev); Segfaults with the following backtrace: Program received signal SIGSEGV, Segmentation fault. 0x4005b7d4 in ORBit_POAManager_unregister_poa (poa_mgr=0x0, poa=0x804d748, ev=0x0) at orbit_poa.c:165 165 poa_mgr->poa_collection = g_slist_remove(poa_mgr->poa_collection, poa); (gdb) bt
+ Trace 5892
Give it a whirl in CVS.
*** Bug 60992 has been marked as a duplicate of this bug. ***
*** Bug 56111 has been marked as a duplicate of this bug. ***