[omniORB] omniORB: Assertion failed. This indicates a bug in omniORB.

Robert E. Gruber gruber@research.att.com
Fri, 3 Nov 2000 13:35:44 -0500


It is hard to help without more info.  It looks like the ORB is being
destroyed twice.  This happened to me once when I wrote a test program like
this:

  CORBA::ORB_var orb = ...  ; // use of _var will destroy orb when it goes
out of scope
  ...
  orb->destroy(); // oops, double destroy

If this does not help, send more info.  Are you running one of the test
programs from the omniNotify distribution?

-- Bob