[omniORB] omniORB 2.8.0 versus Orbix 3.0.1

Brecht Vermeulen Brecht.Vermeulen@rug.ac.be
Thu, 2 Mar 2000 15:17:04 +0100 (MET)



On Thu, 2 Mar 2000, Terje Strand wrote:
> We have had a similar problem running omniOrb 2.8.0 on Solaris 7 x86.
> The Bus Error always occurs at the very end of the program and was fixed
> by simply adding: 
> 
> 	boa->destory();
> 	orb->NP_destory();
> 
> which are documented in
> http://www.uk.research.att.com/omniORB/omniORB_280/ReleaseNote_omniORB_280.html
> (but here it states this is mainly for win9x??)
> 
It's not a problem with the omniORB programs, it's the Orbix client that
gives a bus error (on Solaris). A similar option in Solaris
CORBA::release(orb); doesn't solve the problem.

but thanks, because we'll use omniORB on Solaris too, now we have 2.7.0
and we will upgrade to 2.8.0.

Brecht