Replies: 2 comments 2 replies
-
|
These exceptions are most likely thrown by the infrastructure and likely don't reflect an application error (e.g. a client disconnection). You could use exception configuraton to filter exceptions you're not interested in. |
Beta Was this translation helpful? Give feedback.
-
|
We don't have exception triggers currently (#1335 and #875), so it might be challenging to collect additional information with dotnet-monitor. Tools like https://github.com/microsoft/ProcDump-for-Linux might be helpful though. In general, .NET uses exceptions for async cancellation. OperationCancelledException occur quite often and are usually not an error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm running
dotnet-monitoras a sidecar container for my ASP.NET Core app - everything uses .NET 10.When calling
http://localhost:52323/exceptions?uid=<<UID of my process>>, the following output is returned:What makes me wonder is that there are no stack frames of my application, i.e., at the moment I have no clue where to start the analysis of where these exceptions are coming from 🤔
Can you help me analyze this issue? Is there any tweak so that
dotnet-monitorgrabs more information?Thank you very much 🙂
Beta Was this translation helpful? Give feedback.
All reactions