[orbitcpp-list] Extend test everything to find&fix bgus
Status: Beta
Brought to you by:
philipd
From: <MHL...@t-...> - 2001-03-14 19:14:18
|
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 |