[omniORB] cdrUnmarshal: segmentation fault
Duncan Grisby
duncan at grisby.org
Wed Sep 21 15:23:55 BST 2005
On Wednesday 21 September, Jeff Pitman wrote:
> I would like to use cdrUnmarshal() to parse this raw octetstream from
> the socket and map it to an existing TypeCode from IDL:
>
> cdrUnmarshal(FooServer._tc_IORData, raw)
Have you called CORBA.ORB_init() before you do that? If not, that's the
cause of the problem, because ORB_init() sets up things to do with code
sets.
If that's not the problem, please send me the IDL in question, and an
example of the raw data.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list