Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 15:58:14 +0000
From:      Duncan Grisby <dgrisby@uk.research.att.com>
To:        Ng Pheng Siong <ngps@post1.com>
Cc:        omniorb-list@uk.research.att.com, questions@freebsd.org
Subject:   Re: [omniORB] Python 2, FreeBSD 4, omniORBpy, core dump 
Message-ID:  <200102121558.PAA07580@pineapple.uk.research.att.com>
In-Reply-To: Message from Ng Pheng Siong <ngps@post1.com>  of "Mon, 12 Feb 2001 22:26:05 %2B0800."    <20010212222605.A824@madcap.dyndns.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102121558.PAA07580>