Skip to content

How to create gcdump from linux core dump? (linux-arm core dump) #1785

Answered by tommcdon
michaldobrodenka asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @michaldobrodenka! Just for your awareness, we have a tutorial on debugging memory leaks. Note that the built-in Linux coredump feature may not contain all of the data needed for investigation. We suggest collecting Linux dumps using the dotnet-dump global tool. The dump can be analyzed on the Linux machine with dotnet-dump, or the dump can be copied to Windows and analyzed directly using Visual Studio (File->Open the dump, then click on Debug Managed Memory), windbg, or the dotnet-dump tool as well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@michaldobrodenka
Comment options

Answer selected by michaldobrodenka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants