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

issue with DebugDiag report #225

Open
mda87 opened this issue Jan 22, 2022 · 0 comments
Open

issue with DebugDiag report #225

mda87 opened this issue Jan 22, 2022 · 0 comments

Comments

@mda87
Copy link

mda87 commented Jan 22, 2022

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

"

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

1 participant