[orbitcpp-list] Help on __deregister_frame_info
Status: Beta
Brought to you by:
philipd
|
From: Ramchandra P. <Ram...@te...> - 2000-09-20 12:19:51
|
Hi All, I am new to to this ORBit software.I have downloaded the version ORBit-0.5.3 which has mapping for C.I have tried a program of echo client/server from the documentation. It worked perfectly fine when both client/server were on the same machine. Then i run client & server on different machines. I have removed the functionality of getting the object reference from a file.I use the xterm functionality of copying the IOR value as an argument to the client.After giving that argument the client binds and waits for user input after giving some chars & pressing enter it gives an exception 2 . On debugging i got the follwoing .Can u please see what the problem can be . ################# gdb ./echo-client GNU gdb 19990928 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)... (gdb) run IOR:010000000d00000049444c3a4563686f3a312e300000000001000000caaedfba50000000 01010000280000002f746d702f6f726269742d726f6f742f6f72622d38303031363132353731 3031323035313133330000000000180000000000000010def4d3e4e451b201000000f655bd8f 82a332f4 Starting program: /home/vinay/ORBit-0.5.3/testing/./echo-client IOR:010000000d00000049444c3a4563686f3a312e300000000001000000caaedfba50000000 01010000280000002f746d702f6f726269742d726f6f742f6f72622d38303031363132353731 3031323035313133330000000000180000000000000010def4d3e4e451b201000000f655bd8f 82a332f4 (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Type messages to the server . as the only thing on the line stops ram we got exception 2 from echoString! (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x4016a495 in __deregister_frame_info () from /lib/libc.so.6 (gdb) where #0 0x4016a495 in __deregister_frame_info () from /lib/libc.so.6 #1 0x8048ba3 in __do_global_dtors_aux () #2 0x8049065 in _fini () #3 0x400c2da5 in exit () from /lib/libc.so.6 #4 0x400baa48 in __libc_start_main () from /lib/libc.so.6 ################# I am unable to get what the error can be. Please HELP me. Thanks in advance. Regards Ramchandra |