hello
I installed ORBit2-2.3.105 in Redhat linux 7.2.
and I compiled a simple example "echo program" which send a
string from client to server.
some message occurred during the compiling .
-------------------------------------------
#make
orbit-idl 2.3.105 compiling
small mode, show preprocessor errors, passes: stubs skels
common headers skel_impl imodule
-------------------------------------------
and then, I coultn't execute the program with a error
message.
-------------------------------------------
# ./echo-server
(process:1833)" ** ERROR **: file poa.c: line 737
(ORBit_POA_create_object): assertion failed:
(objkd->_length == sizeof (CORBA_unsigned_long) +
ORBIT_RAND_DATA_LEN)
aborting ...
Aborted
-------------------------------------------
Is some relation between message during the
compiling and error message during the executing time?
and how can I address this problem?
thanks in advance.
|