Ng Pheng Siong wrote: > Hi, > > I'm trying out omniORBpy on FreeBSD 4.0 with Python 2.0 and am getting > core dumps with the echo server example: > > $ omniidl -bpython example_echo.idl > > $ python example_echo_nssrv.py > Segmentation fault (core dumped)l Try to link c++ library statically into omni library. It's working for me. Also this fixes other c++ samples.