[omniORB]

Sandro Tolaini tolaini@libero.it
Wed, 21 Feb 2001 11:40:55 +0100


> I downloaded omniORB 3.0.2 and recompiled it under redhat 7.
> When I started the little example eg3_impl,I found it blocked in
bind_new_context() and no exception was raised. The tcp connection with
omniNames was established normally. Who can help me solve this problem?
Thanks in advance.

Have you upgraded to the latest gcc and glibc++ packages from RedHat? There
is a known bug caused by a mutex not being released by the cout functions
that brokes all the multithread-output programs.

Cheers,
  Sandro Tolaini