We have a WCF Service Application consuming a large amount of memory (see my other ticket today at: Server is leaking memory; but process looks fine).
After extensive use of the Windows Service Application at a sudden moment the whole service crashes. During this moment:
- The log (WCF-Trace/Server DB Log) does display activity, but no leads.
- The memory is high, but no out of memory exception Server is leaking memory; but process looks fine
- Number of open connections; just before 'the crash': 10 - 20 The memory dump shows 8 threads, without an interesting stack trace. These are only small stacks, without any user code (only calls in Microsoft-symbols)
Can do:
- Attach the Remote Debugger;
- Connect to the port WCF is listing to;
Can't do:
- Remote Debugger; Break all does not respond
- Attach SciTechMemoryProfiler (exception:
0x80007002
) - Response to any call of WCF;
The memory is still completely in use, but the server is completely unresponsive.