[omniORB] Bus Error with omnithreads on solaris 2.8 gcc 3.3 and
	2.95.3
    Fred Cook 
    ftcook at allvantage.com
       
    Thu Jan 15 10:33:42 GMT 2004
    
    
  
Hi All,
We are having an odd problem with our solaris port.  It's simple code,
that works on linux.
    short result = 0;
    foo* fooThread = new foo(parms);
    fooThread->join((void*) &result);
It's the fooThreads->join statement that is causing the problems.  We
have compiled the code with both gcc 2.95.2 and 3.3 that were obtained
from www.sunfreeware.com.  gcc -dumpspecs did talk about pthreads, since
we didn't build them, we can't be sure though.  There was some reference
to this problem in the mailing list, but no answer was provided.  Any
one have any insight.
-Fred
    
    
More information about the omniORB-list
mailing list