[omniORB] omniidl2 bug ?????
Michael Hart
dragon@panix.com
Mon, 21 Jun 1999 00:21:33 -0400
How do I remove myself from this list?
-----Original Message-----
From: Douglas Kosovic <douglask@dstc.edu.au>
To: omniorb-list@uk.research.att.com <omniorb-list@uk.research.att.com>
Date: Sunday, June 20, 1999 4:21 AM
Subject: [omniORB] omniidl2 bug ?????
>Hi,
>
>I just want to report a possible bug using omniidl2 (various versions
>and platforms).
>
>I get a core dump using omniidl2 with IDL that contains a forward
>reference which is used in a typedef. A simple IDL file which reproduces
>the problem is listed below:
>
> interface RefObject;
>
> typedef RefObject DesignatorType;
>
> exception InvalidDesignator {
> DesignatorType designator; //the trouble-maker line!
> };
>
> interface RefObject {
> attribute boolean foo;
> };
>
>Cheers,
>Doug.
>
>