[omniORB] Is it a bug ?

Duncan Grisby duncan at grisby.org
Fri May 16 14:19:15 BST 2003


On Thursday 15 May, Jerome Kerdreux wrote:

> If i run src/examples/echo/eg3_impl 2 times (stopping the 
> 1 first w/ a control-c), the NameService die . :( 
> 'Abandon' 

I assume this is a translation of "Aborted".

[...]
> I tested on 2 differents systems
> - debian (linux) testing
> - debian sid 
> 
> with omniORB .4.0.1 and .4.0.0 build w/ gcc 2.95 
> (I haven't checked right now but i'm quite sure 
> that with gcc 3.2 i never see this kind of stuff.

What processor architecture are you using?  gcc 2.95 doesn't support
thread safe exception handling on most architectures other than x86.
Even on x86, the compiler must have been configured with
--enable-threads, otherwise you get things like that.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list