Debugging .NET Core memory issues (on Linux) with dotnet dump
Hi all,
After 12 years in support I decided to lift my head above the WinDbg window and take a look at what the rest of the world has to offer.
I get several emails every day (through the blog) with urgent requests to help troubleshoot memory issues or memory related performance issues. Some just say...
We recently published a fix for the following problem:
Are you looking for some good stuff to put in your family’s Christmas stockings this year? Maybe a new phone, a controller for your gaming console, why not a...
This is an issue that I often get questions around and we often have cases where we have to re-capture memory dumps because the memory dumps were captured th...
From time to time I get questions about missing method names in the sos !clrstack output, like this
I recently got a question about if it is possible to generate full user mode dumps automatically every time the process crashes (without having debug diag or...
I have written before about high memory usage caused by improper usage of XmlSerializer objects both in a case study and in a debugging lab. The problem ther...