From owner-freebsd-questions Mon Feb 12 8:12:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shallot.uk.research.att.com (shallot.uk.research.att.com [158.124.64.109]) by hub.freebsd.org (Postfix) with ESMTP id CC44F37B491 for ; Mon, 12 Feb 2001 08:12:09 -0800 (PST) Received: from pineapple ([158.124.64.81] helo=pineapple.uk.research.att.com ident=root) by shallot.uk.research.att.com with esmtp (Exim 3.13 #3) id 14SLMo-0007UL-00; Mon, 12 Feb 2001 15:58:18 +0000 Received: from pineapple by pineapple.uk.research.att.com with ESMTP (8.9.3//ident-1.0) id PAA07580; Mon, 12 Feb 2001 15:58:14 GMT Message-Id: <200102121558.PAA07580@pineapple.uk.research.att.com> To: Ng Pheng Siong Cc: omniorb-list@uk.research.att.com, questions@freebsd.org Subject: Re: [omniORB] Python 2, FreeBSD 4, omniORBpy, core dump In-Reply-To: Message from Ng Pheng Siong of "Mon, 12 Feb 2001 22:26:05 +0800." <20010212222605.A824@madcap.dyndns.org> From: Duncan Grisby Date: Mon, 12 Feb 2001 15:58:14 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday 12 February, Ng Pheng Siong wrote: > I'm trying out omniORBpy on FreeBSD 4.0 with Python 2.0 and am getting > core dumps with the echo server example: > > $ omniNames -logdir `pwd` > > $ omniidl -bpython example_echo.idl > > $ python example_echo_nssrv.py > Segmentation fault (core dumped) > #0 0x282e986c in omniRemoteIdentity::dispatch () > from /usr/local/pkg/omniORB/lib/x86_freebsd_4.0/libomniORB3.so.0 [...] Please try running the example like $ python example_echo_nssrv.py -ORBtraceLevel 15 -ORBtraceInvocations That will give a better idea of what's going wrong. Does the non-naming service example (example_echo_srv.py and example_echo_clt.py) work? Cheers, Duncan. -- -- Duncan Grisby \ Research Engineer -- -- AT&T Laboratories Cambridge -- -- http://www.uk.research.att.com/~dpg1 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message