ODP.NET Possible memory leak
701527May 14 2009 — edited May 15 2009Hello,
I am investigating a memory leak in our application. From the leak diag I see the following stack trace.
oracore10!ss_mem_thread_attach+16 ntdll!RtlAllocateHeap
oracore10!ssInteractiveFlag+6f oracore10!ss_mem_thread_attach
ntdll!LdrpCallInitRoutine+14
ntdll!LdrpInitializeThread+10d ntdll!LdrpCallInitRoutine
ntdll!_LdrpInitialize+16f ntdll!LdrpInitializeThread
ntdll!KiUserApcDispatcher+25
The leak probability is reported high by the tool and the number of allocations is also large. We are using ODP.NET 10.2.0.1.0 and the connection pooling is turned on.
Any help in decoding the above stack trace will be really helpful.
Thanks
Mak