[omniORB] blocking shutdown with omniORB2

Andreas.Koehler koehler@vs.dasa.de
Fri, 30 Oct 1998 09:25:32 +0100 (MET)


Hello,

using omniORB2 2.6.1 with LINUX 2.0.33 we got a problem with the servers
shutdown.
After calling
  rootContext->unbind(objectName);
  CORBA::release (_this);
  boa->destroy();
the service blocks occasionally. The exit call after boa->destroy() is not
reached.
Has anybody observed such behavior too? What's the reason and how can it
be solved?

Thanks for your answers!
Andreas (Andreas.Koehler@vs.dasa.de)