Bugs item #537513, was opened at 2002-04-01 00:01
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100646&aid=537513&group_id=646
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Marco Canini (m_canini)
Assigned to: Nobody/Anonymous (nobody)
Summary: IDL compiler Segmentation Fault
Initial Comment:
while compiling the following idl orbit-idl will crash.
If you change "string second;" into "long second;" it
won't fail.
If you remove the typedef it won't fail.
module Bar {
union Foo switch(boolean) {
case TRUE:
long first;
case FALSE:
string second;
};
typedef sequence<Foo> ManyFoo;
};
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100646&aid=537513&group_id=646
|