[omniORB] blocking shutdown with omniORB2
bjornw@fairplay.no
bjornw@fairplay.no
30 Oct 1998 14:22:08 +0100
"Andreas.Koehler" <koehler@vs.dasa.de> writes:
Looking at your kernel number 2.0.33 I think you need to upgrade your glibc
into x.0.19/20 - its a thread-patch.
-------------------------------------------------------
Bjorn Wennberg email: bjornw@fairplay.no
ms: +47 950 82 657
Senior Programmer phone: +47 22405538
FairPlay International AS fax: +47 22405539
> 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)