Hi, I'm getting a Segmentation Fault
when I want to compile an idl like this one:
module Bar {
union Foo switch(boolean) {
case TRUE:
long first;
case FALSE:
string second;
};
typedef sequence<Foo> ManyFoo;
};
I've yet filled a BUG report at SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=537513&group_id=646&atid=100646
I've tried to debug, but I lost myself in getTopLevelInterface at
language.cc:364
I hope you can resolve this bug, because a relly need a sequence of
unions with a variable-length member.
MC
|