Posted By:
vaibhav_agarwal
Posted On:
Tuesday, June 23, 2009 10:29 AM
I am running a server process in Solaris 10 environment which implements CORBA. I am getting the following memory leaks report using DBX after running around 100 tests: Actual leaks report (actual leaks: 69354 total size: 4265588 bytes) Total Num of Leaked Allocation call stack Size Blocks Block Address ========== ====== =========== ======================================= 354816 1008 - _tm_objinfo_new < _tp_objinfo_new 153216 1008 - operator new < TGIOPReqSender::Bind 129024 1008 - operator new < Decoder::DecodeObject 104832 1008 - operator new < TGIOPReqSender::Bind
More>>
I am running a server process in Solaris 10 environment which implements CORBA. I am getting the following memory leaks report using DBX after running around 100 tests:
Actual leaks report (actual leaks: 69354 total size: 4265588 bytes)
Total Num of Leaked Allocation call stack
Size Blocks Block
Address
========== ====== =========== =======================================
354816 1008 - _tm_objinfo_new
< _tp_objinfo_new
153216 1008 - operator new
< TGIOPReqSender::Bind
129024 1008 - operator new
< Decoder::DecodeObject
104832 1008 - operator new
< TGIOPReqSender::Bind
92644 1007 - operator new
< Encapsulation::Decode
80480 2012 - operator new
< TaggedComponentList::Decode
72504 1007 - operator new
< TaggedProfileList::Decode
64320 1005 - operator new
< CODESETComponent::Initialize
48384 1008 - operator new
< ObjRef::CacheTypeID
40280 1007 - operator new
< Encapsulation::Decode
40280 1007 - operator new
< TaggedProfileList::Decode
37296 1008 - operator new
< IOR::SetTypeId
32256 1008 - operator new
< DListPtr::DListPtr
32256 1008 - operator new
< IOR::Decode
32256 1008 - operator new
< Decoder::DecodeObject
32256 1008 - operator new
< IOR::CreateObjKeyFromProfile
32224 1007 - operator new
< IiopProfile::Initialize
32224 1007 - operator new
< DListPtr::GetNode
32224 1007 - operator new
< DListPtr::DListPtr
32224 1007 - operator new
< IiopProfile::Initialize
32192 1006 - operator new
< TaggedComponentList::Decode
32192 1006 - operator new
< TaggedComponentList::Decode
24152 2013 - operator new
< TaggedEncapsulationList::Initialize
16160 1010 - calloc
< atzfan_preop
16080 2010 - operator new
< CONV_FRAME::CodeSetComponent::_1_conversion_code_sets::length
13104 1008 - operator new
< EndPoint::SetTransportProtocol
11077 1007 - operator new
< EndPoint::SetHost
11066 1006 - operator new
< Decoder::DecodeString
8064 1008 - calloc
< audfan_preop
8048 1006 - operator new
< ObjRef::CacheTypeID
2014 1007 - operator new
< IiopProfile::Initialize
Possible leaks report (possible leaks: 0 total size: 0 bytes)
Can someone help in this please?
<<Less