Re: [orbitcpp-list] Extend test everything to find&fix bgus
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-03-22 10:36:22
|
Hi Martin, Thanks for submitting these. I've sent a patch to fix the first one to the ORBit crowd (I'm waiting for objections from the ORBit crowd before I commit). I'm now working on the 2nd. Sorry for not responding sooner. Cheers, Phil Martin Schulze writes: > Hi! > > I currecntly have three open bugs in orbit/orbitcpp: > > - sequence<any> doesn't compile > > Workaround: remark the following lines in orb/corba_sequence.h > > /*#define _CORBA_sequence_CORBA_any_defined > typedef struct CORBA_sequence_CORBA_any_struct CORBA_AnySeq; > typedef struct CORBA_sequence_CORBA_any_struct > CORBA_sequence_CORBA_any;*/ > > > - "TestException ex; CORBA::Any any; any <<= ex;" segfaults :-( > > - "Transient Object Test" segfaults when orbitcpp is compiled against > ORBit-mt > > > I propose the attached patch to test everything to discover the bugs. > Anyone fixing those is warmly welcome ... > > > Cu, > > Martin |