[omniORB] Unexpected abort coming from omni_thread_wrapper

Antoine Thierry athierry@alphacent.com
Tue, 29 Jan 2002 12:44:46 +0100


<snip>
> omniConnectionBroken is thrown whenever a TCP connection is broken by
> a client going away. It's meant to be caught by code higher up the
> call chain. The fact that it causes an abort for you suggests that
> your compiler's exception handling is broken, most likely because it
> is not thread safe. What platform and compiler are you using?
>
> Cheers,
>
> Duncan.

Using Platform Slackware 8.0
gcc 2.95.3 which i used to compile OmniORB myself.
So i think i've forgot the "thread safe option" of the compiler
(mthread and enable thread options doesn't seems to work)
Which option should i use ?

Thanks

Antoine Thierry