We are running a web application using ASP CORE. Unfortunately while inspecting Event Viewer Manager I noticed weird crashes and restarts of the app.
Error log looks like this:
Faulting application name: dotnet.exe, version: 1.1.0.1179, time stamp: 0x58224b03 Faulting module name: KERNELBASE.dll, version: 10.0.14393.1770, time stamp: 0x59bf2ba6 Exception code: 0xe0434352 Fault offset: 0x0000000000033c58 Faulting process id: 0x3ec4 Faulting application start time: 0x01d3885e41a55d69 Faulting application path: C:\Program Files\dotnet\dotnet.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: 20b0cbe4-423e-4adf-ba0f-848a38ea967b Faulting package full name: Faulting package-relative application ID:
What I investigated was memory leaks of dotnet.exe process. But it doesn't seem to be the issue since private bytes parameter doesn't rise. Here I attach the graph of 20 minutes of app runtime. Crashes and restarts are constant and occur every 2 minutes.
Have you got any ideas how can I investigate my issue?