[omniORB] application crashes during ORB shutdown

Duncan Grisby duncan at grisby.org
Wed Feb 11 16:58:27 GMT 2004


On Wednesday 28 January, Serguei Kolos wrote:

> I have encountered a strange problem while doing shutdown
> at the end of my CORBA application. My program crashes with
> segmentation fault, but not in the main thread (where the shutdown
> is called) but in the other thread. The stacks for the crashed and
> main threads are shown at the end of the message.
> If I don't call the shutdown method I don't have this problem.
> With the call to shutdown the problem is easily reproducible.

The stack trace shows that a network connection worker thread tried to
throw an exception (as it should during shutdown), and the exception
handling blew up. Was your gcc compiled with thread support?  I'm
pretty certain that this isn't an omniORB issue.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list