[omniORB] OmniIdl2 Crash

Jim Redman jim@ergotech.com
Thu, 18 Jun 1998 06:04:25 -0600


My apologies if this is already known. 

This IDL file causes a memory exception on my NT 4.0 system.  It's not
particularly serious since once you fix the "stringsomevalue" error (which
is also reported) the exception goes away and you just get errors.

interface Junk {

void someMethod (in stringsomevalue);
void setOtherMethod (in int junk);

};


Jim