[omniORB] setup omniORB problem

bjorn rohde jensen shamus@tdcadsl.dk
Mon, 01 Apr 2002 13:12:18 +0200


Hi Adrian,

eg3_impl certainly should not segfault, but i think, we need
a little more info to get at the bottom of this.

Was your gcc 3.0.4 build with thread support?
gcc -v should tell you that

Try running eg3_impl with the option -ORBtraceLevel 40
an see, if something interesting is printed out, before
the segfault.

Yours sincerely,

bjorn

Adrian Mihalcea wrote:
> 
> Hello list!
> 
> I just downloaded the Linux 3.0.4 package and put it somewhere onto my linux
> RedHat 7.1.
> 
> I wrote the environment variables, and then compiled the examples in the
> ./src/examples directory. Everything worked fine.
> 
> I have tried eg1 and eg2 examples and they work fine.
> 
> Then I have started the omniNames and this too apparently worked fine.
> 
> But, when I try to execute eg3_impl I receive a segmentation fault error.
> 
> Can anybody give me some hits to solve this?
> 
> Adrian