[omniORB] IDL compiler core dump

David Riddoch djr@uk.research.att.com
Wed, 13 Oct 1999 17:32:16 +0100 (GMT)


Hi Douglas,


Thanks for reporting that one.

I've applied to fix to the 2.8 and 3.0 versions.  They'll be available via
CVS tonight.


Cheers,
David


On Mon, 11 Oct 1999, Douglas Kosovic wrote:

> Hi,
> 
> Given an IDL file which contains a typedef of an interface being used as
> a member of an exception. For example:
> 
>   interface RefObject {};
> 
>   typedef RefObject DesignatorType;
> 
>   exception myError {
>     DesignatorType designator;
>   };
> 
> 
> The omniORB 2.8.0 idl compiler will core dump.
> 
> I think the attached patch will fix the bug.
> 
> Doug.