[omniORB] OmniIdl2 Crash-2

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


This IDL file causes a memory exception on my NT 4.0 system.  Perhaps a
different manifestation of the last bug.  Is there a separate bug reporting
list that I missed? 

It's probably not a good idea to convert C header files early in the
morning.  Once you get rid of the * the exception goes away.

interface SomeObject;

interface Junk {

void someMethod (in SomeObject * somevalue);
void setOtherMethod (in long junk);

};


Jim