Bug 68

Summary: Unable to find RootPOA on VxWorks or LynxOS/PPC
Product: TAO Reporter: levine
Component: ORBAssignee: Irfan Pyarali <irfan>
Status: RESOLVED ---    
Severity: normal    
Priority: P2    
Version: 0.4.1   
Hardware: All   
OS: All   

Description levine 1999-07-13 09:05:45 CDT
The IDL_Cubit server won't run on either VxWorks or LynxOS:

-> spa ace_main
value = 0 = 0x0
->
        IDL_Cubit: server

 (0|267082276) Unable to initialize the POA.
 (0|267082276) Error in init.
init_child_poa: <unknown error> = 786439

examples/POA/RootPOA shows that the RootPOA isn't resolved.
With additional printouts:
RootPOA.cpp:37; orb: fed98cc
RootPOA.cpp:45; orb: fed98cc, obj: 0
Exceptions raised
Comment 1 levine 1999-07-13 09:10:59 CDT
It fails on VxWorks/x86 and LynxOS/PPC.
However, it runs on LynxOS/x86.
Comment 2 levine 1999-07-23 12:55:59 CDT
It's OK now.  IDL_Cubit, MT_Cubit, and RootPOA
all run successfully on both VxWorks and LynxOS.

There is a seg fault at shutdown with RootPOA.
See Bug 93.