Re: [orbitcpp-list] Help on __deregister_frame_info
Status: Beta
Brought to you by:
philipd
|
From: Michael R. <mi...@ru...> - 2000-09-20 18:17:14
|
Just create the file on the server side and the ORBit libs will read it automatically on server startup. You don't have to pass this parameter explicitly !! Michael Ramchandra Phadake wrote: > > Hi Michael, > Thanks a lot. > > I have changed the 0 to 1 in the client side file /etc/orbitrc.But there is > no file of that name on server side. > Can i just create it same as client? > > How to give the parameters in the CORBA_ORB_init function.Particularly > please tell me how to give > the ORBIIOPIPv4=1 . > > Thanks in advance. > Regards > Ram > > > -----Original Message----- > > From: Michael Rumpf [SMTP:mi...@ru...] > > Sent: Wednesday, September 20, 2000 3:43 PM > > To: orb...@li... > > Subject: Re: [orbitcpp-list] Help on __deregister_frame_info > > > > 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:010000000d00000049444c3a4563686f3a312e300000000001000000caaedfba500000 > > 00 > > > > > 01010000280000002f746d702f6f726269742d726f6f742f6f72622d383030313631323537 > > 31 > > > > > 3031323035313133330000000000180000000000000010def4d3e4e451b201000000f655bd > > 8f > > > 82a332f4 > > > Starting program: /home/vinay/ORBit-0.5.3/testing/./echo-client > > > > > IOR:010000000d00000049444c3a4563686f3a312e300000000001000000caaedfba500000 > > 00 > > > > > 01010000280000002f746d702f6f726269742d726f6f742f6f72622d383030313631323537 > > 31 > > > > > 3031323035313133330000000000180000000000000010def4d3e4e451b201000000f655bd > > 8f > > > 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 > > > > _______________________________________________ > > orbitcpp-list mailing list > > orb...@li... > > http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list |