Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to Analyze #198

Open
AuroMun opened this issue Nov 7, 2019 · 1 comment
Open

Fails to Analyze #198

AuroMun opened this issue Nov 7, 2019 · 1 comment

Comments

@AuroMun
Copy link

AuroMun commented Nov 7, 2019

I'm using the docker image for dump analysis, however when I upload a dump and analyze it, I get no output. The superdump log says this:
ERROR: WinDbgAnalyzer failed: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Diagnostics.Runtime.DbgEngDataReader..ctor(String dumpFile) at Microsoft.Diagnostics.Runtime.DataTarget.LoadCrashDump(String fileName, CrashDumpReader dumpReader) at SuperDump.DumpContext.CreateDbgEngDataTargetImpl() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 35 at SuperDump.DumpContext.CreateTemporaryDbgEngTarget() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 26 at SuperDump.Analyzers.WinDbgAnalyzer.Analyze() in C:\workspaces\pub\superdump.git\src\SuperDump\Analyzers\WinDbgAnalyzer.cs:line 16 at SuperDump.Program.<>c__DisplayClass5_0.<RunAnalysis>b__0() in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 64 at SuperDump.Program.RunSafe(DumpContext context, String name, Action action) in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 210 ERROR: The right dac file could not be found. Could not find the specified dac. at SuperDump.ClrMdExtensions.CreateRuntime(DataTarget target, String& dac) in C:\workspaces\pub\superdump.git\src\SuperDump\ClrMdExtensions.cs:line 42 at SuperDump.Program.SetupCLRRuntime(DumpContext context) in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 170 ERROR: WinDbgAnalyzer failed: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Diagnostics.Runtime.DbgEngDataReader..ctor(String dumpFile) at Microsoft.Diagnostics.Runtime.DataTarget.LoadCrashDump(String fileName, CrashDumpReader dumpReader) at SuperDump.DumpContext.CreateDbgEngDataTargetImpl() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 35 at SuperDump.DumpContext.CreateTemporaryDbgEngTarget() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 26 at SuperDump.Analyzers.SystemAnalyzer..ctor(DumpContext context) in C:\workspaces\pub\superdump.git\src\SuperDump\Analyzers\SystemAnalyzer.cs:line 20 at SuperDump.Program.<>c__DisplayClass5_1.<RunAnalysis>b__1() in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 76 at SuperDump.Program.RunSafe(DumpContext context, String name, Action action) in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 210 ERROR: WinDbgAnalyzer failed: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Diagnostics.Runtime.DbgEngDataReader..ctor(String dumpFile) at Microsoft.Diagnostics.Runtime.DataTarget.LoadCrashDump(String fileName, CrashDumpReader dumpReader) at SuperDump.DumpContext.CreateDbgEngDataTargetImpl() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 35 at SuperDump.DumpContext.CreateTemporaryDbgEngTarget() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 26 at SuperDump.Analyzers.ExceptionAnalyzer..ctor(DumpContext context, SDResult res) in C:\workspaces\pub\superdump.git\src\SuperDump\Analyzers\ExceptionAnalyzer.cs:line 16 at SuperDump.Program.<>c__DisplayClass5_1.<RunAnalysis>b__2() in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 96 at SuperDump.Program.RunSafe(DumpContext context, String name, Action action) in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 210 INFO: --- Thread analysis --- ERROR: WinDbgAnalyzer failed: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Diagnostics.Runtime.DbgEngDataReader..ctor(String dumpFile) at Microsoft.Diagnostics.Runtime.DataTarget.LoadCrashDump(String fileName, CrashDumpReader dumpReader) at SuperDump.DumpContext.CreateDbgEngDataTargetImpl() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 35 at SuperDump.DumpContext.CreateTemporaryDbgEngTarget() in C:\workspaces\pub\superdump.git\src\SuperDump\DumpContext.cs:line 26 at SuperDump.Analyzers.ThreadAnalyzer..ctor(DumpContext context) in C:\workspaces\pub\superdump.git\src\SuperDump\Analyzers\ThreadAnalyzer.cs:line 26 at SuperDump.Program.<>c__DisplayClass5_1.<RunAnalysis>b__3() in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 101 at SuperDump.Program.RunSafe(DumpContext context, String name, Action action) in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 210 --- Blocking objects in heap --- WARNING: no heap information avaliable! MT Count TotalSize Class Name ERROR: no heap information is avaliable ERROR: WinDbgAnalyzer failed: System.NullReferenceException: Object reference not set to an instance of an object. at SuperDump.Analyzer.Common.UniversalTagAnalyzer.AnalyzeResult(SDResult result) in C:\workspaces\pub\superdump.git\src\SuperDump.Analyzer.Common\UniversalTagAnalyzer.cs:line 7 at SuperDump.Analyzer.Common.DynamicAnalysis.AnalyzeSDResult() in C:\workspaces\pub\superdump.git\src\SuperDump.Analyzer.Common\DynamicAnalysis.cs:line 51 at SuperDump.Analyzer.Common.DynamicAnalysis.Analyze() in C:\workspaces\pub\superdump.git\src\SuperDump.Analyzer.Common\DynamicAnalysis.cs:line 24 at SuperDump.Analyzers.TagAnalyzer.Analyze() in C:\workspaces\pub\superdump.git\src\SuperDump\Analyzers\TagAnalyzer.cs:line 22 at SuperDump.Program.<>c__DisplayClass5_1.<RunAnalysis>b__5() in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 123 at SuperDump.Program.RunSafe(DumpContext context, String name, Action action) in C:\workspaces\pub\superdump.git\src\SuperDump\Program.cs:line 210 INFO: --- End of output ---

@cobexer
Copy link

cobexer commented Apr 17, 2020

I am facing the same issue with the very old container, is this supposed to be better with master? is there a new container coming?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants