superdump
SuperDump is a service for automated crash-dump analysis
10K+
SuperDump is a service for automated crash-dump analysis. It has a web- as well as a REST-interface to upload Windows process crash dumps. It automatically creates a webbased crash report, as well as pre-defined WinDbg analysis and DebugDiag crash/hang analysis. It also offers an interactive WinDbg session in the browser.
SuperDump was made with these goals in mind:
Windows analyis can be run simply in Docker for Windows:
docker run -d -p 80:5000 -v superdump:C:\superdump\data\dumps discostu105/superdumplocalhost:5000 though. Use docker inspect <id> to get the IP address of the container and access it directly <ip-of-container>:80. This should improve in future Windows versions.For more, see https://github.com/Dynatrace/superdump
Content type
Image
Digest
Size
2.7 GB
Last updated
over 5 years ago
docker pull discostu105/superdump