We still have the problem and it seems that memory fragmentation (not a leak) is causing the server application to crash.
We have changed the memory manager and recompiled the dll but it did not help, application crashes after 2 days.
Question to you:
Does your code explicitely use:
- HeapAlloc
- LocalAlloc
- GlobalAlloc
- CoTaskMemAlloc
- VirtualAlloc.
I am asking this because explicit calls to this functions bypass the memory manager and could cause fragmentation.