[omniORB] IDL structure memory leak
Duncan Grisby
duncan at grisby.org
Fri Oct 24 19:16:50 BST 2008
On Thursday 23 October, "Qi, Fong" wrote:
> I use omniORB for reference look up. My client side has about 1 million
> records that need to do the look up. My IDL interface uses "struct{...}"
> data. I see a few KB size memories leak each time my CORBA client call.
> But 1 million of small memories leak could be huge. I have attached my
> IDL file.
>
> Any hints or guesses are greatly appreciated!
Run your program under a memory checking tool like Purify or Valgrind.
That will show where the memory leaks from. It's possible that it's a
bug in omniORB, but it's also possible it's in your code.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list