in the example directory omniORB-4.0.7/build/src/examples/echo, I simply <br><br># &nbsp;&nbsp;&nbsp;&nbsp; make<br># &nbsp;&nbsp;&nbsp;&nbsp; rm -f eg1<br># &nbsp; &nbsp;&nbsp; g++ -g -o eg1 -O2 -Wall -Wno-unused -fexceptions -fno-unit-at-a-time -L../../../lib -L../../../../lib 
eg1.o ../../../stub/echoSK.o /home/jack/omniORB-4.0.7/build/lib/libomniORB4.a /home/jack/omniORB-4.0.7/build/lib/libomnithread.a -lpthread<br># &nbsp; &nbsp;&nbsp; ./eg1<br>Segmentation fault<br><br># gdb ./eg1<br>GNU gdb Red Hat Linux (
6.3.0.0-1.122rh)<br>Copyright 2004 Free Software Foundation, Inc.<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.
<br>Type &quot;show copying&quot; to see the conditions.<br>There is absolutely no warranty for GDB.&nbsp; Type &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;i386-redhat-linux-gnu&quot;...(no debugging symbols found)
<br>Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.<br><br>(gdb) run<br>Starting program: /home/jack/omniORB-4.0.7/build/src/examples/echo/eg1<br>Reading symbols from shared object read from target memory...(no debugging symbols found)...done.
<br>Loaded system supplied DSO at 0xab7000<br>(no debugging symbols found)<br>(no debugging symbols found)<br>[Thread debugging using libthread_db enabled]<br>[New Thread -1208428880 (LWP 5767)]<br>(no debugging symbols found)
<br>(no debugging symbols found)<br>(no debugging symbols found)<br>(no debugging symbols found)<br><br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread -1208428880 (LWP 5767)]<br>0x0809e6fb in omni::omni_cdrStream_initialiser::attach ()
<br>(gdb) bt<br>#0&nbsp; 0x0809e6fb in omni::omni_cdrStream_initialiser::attach ()<br>#1&nbsp; 0x0804e9cd in CORBA::ORB_init ()<br>#2&nbsp; 0x08049ff3 in main ()<br>(gdb)<br><br>&nbsp;&nbsp;&nbsp;  <br><br>Is there any who has some idea on this, i will be so appreciated if anyone could shed some light on this.
<br>Thank in advance<br>