[omniORB] Bug?
Stefan Seefeld
seefelds@MAGELLAN.UMontreal.CA
Thu, 22 Jul 1999 22:36:12 -0400
youzhong liu wrote:
>
> Hi, All,
>
> I am running performance testing on several ORB implementations. To
> describe the problem, I am using a quite simple idl.
>
> typedef sequence<float> float_seq;
>
> interface Echo{
> void floatSeq (in float_seq x);
> };
>
> When the size of the parameter is increased to be 2M Bytesi or above, an
> exception is raised. I can't determine the exception type. I only know
> it is not a CORBA::COMM_FAILURE or omniORB::fatalException.
what about bad_alloc ?
Regards, Stefan