in the example directory omniORB-4.0.7/build/src/examples/echo, I simply <br><br># make<br># rm -f eg1<br># 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># ./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 "show copying" to see the conditions.<br>There is absolutely no warranty for GDB. Type "show warranty" for details.<br>This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found)
<br>Using host libthread_db library "/lib/libthread_db.so.1".<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 0x0809e6fb in omni::omni_cdrStream_initialiser::attach ()<br>#1 0x0804e9cd in CORBA::ORB_init ()<br>#2 0x08049ff3 in main ()<br>(gdb)<br><br> <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>