Re: [orbitcpp-list] Extend test everything to find&fix bgus
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-03-26 10:07:19
|
Bug fix update! Martin Schulze writes: > > > - "TestException ex; CORBA::Any any; any <<= ex;" segfaults :-( > This is because Exceptions in orbitcpp aren't binary compatible with C exceptions (because the c++ version has a vtable). The insertion code attempts to treat it as such. Working out a fix now... Cheers, Phil |