-
Hi, My asp.net server randomly stops working, while the process is still active and no exception is thrown. All threads "pause" and nothing happens anymore. As far as I can tell using dotnet-dump there is no deadlock, the syncblk table shows every line with Monitorheld 0. A strange thing i found is that using dumpexceptions I can see a System.ExecutionEngineException, but this does not contain any information about why or where this happened. I am not really sure where to go next to find the issue. If anyone could help me with finding the problem that would be amazing.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please open an issue in https://github.com/dotnet/runtime (with the same content as here, I'm not able to transfer the discussion here to the issue there). Ideally you could attach / link the dump file -- when it's private one of the team there will ask you to send it privately, etc. for further investigation. |
Beta Was this translation helpful? Give feedback.
-
Thanks for creating the issue: dotnet/runtime#117496 |
Beta Was this translation helpful? Give feedback.
Please open an issue in https://github.com/dotnet/runtime (with the same content as here, I'm not able to transfer the discussion here to the issue there). Ideally you could attach / link the dump file -- when it's private one of the team there will ask you to send it privately, etc. for further investigation.