[omniORB] Bounded sequence bug in OmniORB or egcs ?

Sai-Lai Lo S.Lo@uk.research.att.com
22 Jun 1999 17:24:50 +0100


I like this kind of report because it is easy to reproduce.

Good news is the problem does not occur with my working tree (soon to be
omniORB 2.8.0).

If you can't wait for a few more days, drop me a email. 

Sai-Lai


>>>>> Bastiaan Bakker writes:

> crash.idl:

> module crash {
>    struct SegvStruct {
>       sequence<SegvStruct, 1> die;
>    };
> };

> testmain.cc:

> #include "crash.hh"
> #include <iostream.h>

> main() {
>    cerr << "before" << endl;
>    crash::SegvStruct* killer = new crash::SegvStruct();
>    cerr << "after" << endl;
> }





-- 
Sai-Lai Lo                                   S.Lo@uk.research.att.com
AT&T Laboratories Cambridge           WWW:   http://www.uk.research.att.com 
24a Trumpington Street                Tel:   +44 1223 343000
Cambridge CB2 1QA                     Fax:   +44 1223 313542
ENGLAND