The dbFront web application is being shut down hard by DynaTrace OneAgent. The application fails with a FastFail. Debugged using instructions at Debugging IIS FastFail
The eventlog appears to point to w3wp.exe terminating on a FastFail. Triggering a memory dump using WER and examining the content shows that the w3wp.exe process called into dbFront.dll!Unknown.. and was terminated with a FastFail. The final portion of the faulting thread is below.
- clr!SystemNative::GenericFailFast+156
- clr!SystemNative::FailFast+8e
- 0x263a68d2 <= Unknown
- 0x263a04a9 <= Unknown
- clr!CallDescrWorkerInternal+34
- clr!CallDescrWorkerWithHandler+6b
There was no indication on the server that DynaTrace OneAgent was involved. The only clue was that it was recently updated. Once we uninstalled DynaTrace then the issue was resolved.