[omniORB] Memory requirements for omniORB on WinNT

David Riddoch djr@uk.research.att.com
Wed, 3 Mar 1999 14:04:08 +0000 (GMT)


On Tue, 2 Mar 1999, Brecht Vermeulen wrote:

> Well, I've just ran Purify on a simple example (eg2 but instaed of just
> returning the string there's an inout param sequence of strings and I turn
> around the contents of the sequence) and I had 60 bytes of memory leak and
> some pointers which were misread and so on... It's difficult to interprete
> this :-). But Orbix (much more expensive :-) ) has the same problems, and
> more even ...

When running purify on omniORB applications we always see about 3 or 4
reports of memory leaks, which actually refer to data which is
allocated just once during initialisation.

If you think what you are seeing is more than this, then either omniORB
has a bug or you are doing something wrong! If you believe that there is a
problem with omniORB, could you please send me a copy of a simple test
program that demonstrates the problem?


Many thanks,
David