Thread: [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 |
|
From: Michael R. <mi...@ru...> - 2000-09-20 12:31:00
|
Have a look at http://orbit-resource.sourceforge.net/faq.html#orbit Question: "Why can't I connect to my remote objects ?" You'll find a description there why this is happening and what to do to make it work over the network... Michael ----- Original Message ----- From: "Ramchandra Phadake" <Ram...@te...> To: <orb...@li...> Sent: Mittwoch, 20. September 2000 14:17 Subject: [orbitcpp-list] Help on __deregister_frame_info > 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 > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list |
|
From: David W. <dw...@sy...> - 2000-09-20 14:07:42
|
"Michael Rumpf" <mi...@ru...> writes: > Have a look at > > http://orbit-resource.sourceforge.net/faq.html#orbit > Unfortunately, I can't connect to this since yesterday, is the content the same as that from redhat's site or are they different? TIA |
|
From: Michael R. <mi...@ru...> - 2000-09-20 14:47:04
|
I just noticed that, but it does affect all the project homepages on Sourceforge. orbitcpp.sourceforge.net doesn't work as well. The page has much more information than the original RedHat site and the ORBit-FAQ has an answer to your question... In the meantime you can try to insert the line -ORBIIOPIPv4=1 into the file /etc/orbitrc . The network connection should work afterwards. For an explanation of this you should wait until SourceForge comes up again (hopefully soon !!!!), because I don't want to explain the same thing over and over again.... ;-) Michael ----- Original Message ----- From: "David Walter" <dw...@sy...> To: <orb...@li...> Sent: Mittwoch, 20. September 2000 16:07 Subject: Re: [orbitcpp-list] Help on __deregister_frame_info > "Michael Rumpf" <mi...@ru...> writes: > > > Have a look at > > > > http://orbit-resource.sourceforge.net/faq.html#orbit > > > > Unfortunately, I can't connect to this since yesterday, is the content > the same as that from redhat's site or are they different? > > TIA > > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list |
|
From: Michael R. <mi...@ru...> - 2000-09-20 18:18:59
|
SourceForge is back again..... ;-) !!! David Walter wrote: > > "Michael Rumpf" <mi...@ru...> writes: > > > Have a look at > > > > http://orbit-resource.sourceforge.net/faq.html#orbit > > > > Unfortunately, I can't connect to this since yesterday, is the content > the same as that from redhat's site or are they different? > > TIA > > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list |