[omniORB] bug with lomniDynamic4 ???

Harri Pasanen harri.pasanen@trema.com
Thu Nov 21 11:17:01 2002


On Thursday 21 November 2002 11:51, orel wrote:
> hi (excuse my poor english, but i'm french)
>
> I'm using OmniORB4 and gcc 2.95.3 on RedHat 7.3.
>
> I'm linking with these options : -lomniORB4 -lomniDynamic4 -lomnithread
> -lpthread .
>
> I have excution troubles (abort !!!) when an exception is thrown (by
> CORBA) :
> for instance (CosNaming::NamingContext::AlreadyBound) when binding
> a new context and that the context already exists !
>
> Without -lomniDynamic4 option or with gcc 3.2, there isn't trouble
> anymore !!!
>

Are you sure your gcc 2.95.3 is compiled with --enable-threads ?

-Harri