Possible memory leak in 4.0.7.1 TOracleDataSet.SyncDetails ?

nicofari

Member²
Hello,

I am using D7 and DOA 4.0.7.1, and I am investigating an "out
of memory" error in a report application.
The call stack at the moment of the error is this:

00402c5f +01b Paghe.exe System @GetMem
0053dd51 +095 Paghe.exe OracleData TRecordDataList.AllocateBlock
0053de90 +05c Paghe.exe OracleData TRecordDataList.FirstFreeRecord
0054ce11 +049 Paghe.exe OracleData TOracleDataSet.QueryRecord
0054dd58 +238 Paghe.exe OracleData TOracleDataSet.QueryRecords
0054f8c0 +05c Paghe.exe OracleData TOracleDataSet.InternalRefresh
005254bd +035 Paghe.exe DB TDataSet.Refresh
00543b57 +0bb Paghe.exe OracleData TOracleDataSet.SyncDetails
00548879 +07d Paghe.exe OracleData TOracleDataSet.DataEvent
0052542f +183 Paghe.exe DB TDataSet.MoveBy

Note that I don't know if the problem lies here but
are there any known memory leak in this doa version
related to master/detail link ?
Thanks
Bye
Nicola
 
I included FastMM4 to investigate the problem
and, after that, the problem itself disappeared ?!?
No more "out of memory".
Interesting isn't it ?

 
Back
Top