[omniORB] HELP..!!!!client Request hangs on the server (seems to be deadloc ked) running as a task on PowerPC
Duncan Grisby
duncan@grisby.org
Thu Aug 22 13:02:01 2002
On Monday 19 August, Sheshi Sankineni wrote:
> Do we have to compile the OmniOrb source with a particular version of gcc
> ???. I have compiled with gcc 2.95.2 (cross compiler) on RedHat Linux 6.2
> for PowerPC.
>
> However, when I run the server and try to connect from the client, I see
> SIGSEGV in different places. This is happening when I integrate the servant
> with my application (which is also cross compiled with the same gcc). It
> happens in different places. Looks like some threading library issue or
> something .
gcc 2.95.2 should work fine. Make sure the compiler itself and the C++
runtime library were configured with the --enable-threads option. If
not, that might be the cause of the problem. Otherwise, I don't know.
Do simple non-CORBA example programs work OK? How about
multi-threaded ones?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --