[omniORB] Re: segmentation fault , context already bound but can't access it?
bjorn rohde jensen
bjensen@fastmail.fm
Fri Oct 18 15:13:01 2002
Hi Stefano,
I wish, i knew Python, it sure would help this little
bug hunt;) Judging from the line:
throw giopstream:: CommFailure from giopStream.cc:812
(0,NO,COMM_FAILURE_UnMarshallArguments)
Segmentation Fault (here exit)
i would say, it is a problem unmarshalling the invocation
from your python client. Maybe the parameters in the
call on the client side is malformed, or the IDL used
by the client and server differs in some way?
The segmentation fault might actually be a completely
different problem relating simply to an uncaught exception.
Maybe some Python CORBA guru should look at your implementation
of the server and client, i know, there are a few on the
list;)
Yours sincerely,
Bjorn