Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.95k stars 305 forks source link

Unable to open crash dump with WinDbg #73

Closed edavedian closed 4 years ago

edavedian commented 4 years ago

I used ProcDump for Linux to generate a crash dump of an ASP.NET core 2.2 application running on CentOS 7.7. When I try to open that crash dump using WinDbg then I get "Win32 error 0n87" "The parameter is incorrect.

MarioHewardt commented 4 years ago

Opening Linux core dumps in WinDBG is not supported. You would have to either use the dotnet-* tools (https://github.com/dotnet/diagnostics/tree/master/documentation/tutorial) or LLDB on Linux to open the dump.