Dynatrace / superdump

A service for automated crash-dump analysis
Other
515 stars 76 forks source link

issue with DebugDiag report #225

Open mda87 opened 2 years ago

mda87 commented 2 years ago

Hi , I'm getting below exception when i tried to download DebugDiag report from superdump tool .

" debugDiagExe exited with error code -532462766

stdout: Checking for existing AssemblyResolve handler

stderr:

Unhandled Exception: System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'DebugDiag.DbgLib.IDbgObj4'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C31AD976-24BF-4F4C-85B0-7F18484C2600}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). at System.StubHelpers.InterfaceMarshaler.ConvertToManaged(IntPtr pUnk, IntPtr itfMT, IntPtr classMT, Int32 flags) at DebugDiag.DbgLib.DbgControlClass_Legacy.OpenDump(String DumpPath, String SymbolPath, String ImagePath, Object pProgress) at DebugDiag.DotNet.NetDbgObj.OpenDump(String dumpPath, String symbolPath, String imagePath, Object pProgress, Boolean throwOnBitnessMismatch, Boolean loadClrRuntime, Boolean loadClrHeap) at DebugDiag.DotNet.NetDbgObj.GetDumpFileType(String dumpFile, String symbolPath) at DebugDiag.DotNet.NetAnalyzer.AddDumpFile(String dumpFile, String symbolPath) at SuperDump.DebugDiag.Program.RunAnalysis(Options options) in C:\workspaces\dynatrace\pub\superdump\src\SuperDump.DebugDiag\Program.cs:line 53 at Dynatrace.OneAgent.Sdk.Api.DummyImpl.DummyIncomingRemoteCallTracer.Trace(Action action) at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult1 result, Action1 action) at SuperDump.DebugDiag.Program.Main(String[] args) in C:\workspaces\dynatrace\pub\superdump\src\SuperDump.DebugDiag\Program.cs:line 26

"