Re: ORBit2 Segfault - was Re: [PATCH] bad ...



Hi Greg,

On Fri, 2003-04-04 at 17:33, Greg Edwards wrote:
> Attached are the makefile, server, client, and idl source files.  The 
> orbtrace file is from an "strace -o orbtrace orb_echo_server" run, the 
> client segfaults at the same trace point.

	Ok - so major problem no. 1 is that you're pulling in libIIOP from
ORBit1 as you link to ORBit2 ;-) that explains the really wierd
debugging output. You should use pkg-config thus:

CFLAGS=`pkg-config --cflags ORBit-2.0`
LIBS=`pkg-config --libs ORBit-2.0`

	etc.

> There's an I'm here scaffold in the server source blocked by "DEBUG" 
> comments.

	As for adding your own object with this strange object id; that it
appears doesn't work in ORBit2 - I forget the precise rational for this;
Mark may know - either way, I'd like this feature to work so well tested
patches are welcome to make it do so.

	HTH,

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]