分析asp.net app的挂起问题时,DebugDiag2.0失败了

时间:2014-12-18 16:49:20

标签: debugdiag

我正在使用DebugDiag2.0来分析asp.net app的挂起问题。 但是我收到了一个错误:

CrashHangAnalysis Failed Dump File:  E:\w3wp_141218.dmp;

Type:  System.FormatException

Message:  the input string format is not correct.

Stack Trace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at DebugDiag.AnalysisRules.AnalyzeManagedImpl.getDotNetAnalysis(ScriptThreadClass Thread, Object FrameID)
at DebugDiag.AnalysisRules.AnalyzeThreads.getDotNetAnalysisIfThreadMatches(ScriptThreadClass Thread, AnalyzedThreadClass& AnalyzedThread, Int32& nFrameNum)
at DebugDiag.AnalysisRules.AnalyzeThreads.getAnalysis(ScriptThreadClass Thread)
at DebugDiag.AnalysisRules.AnalyzeThreads.DoAnalyzeThreads()
at DebugDiag.AnalysisRules.CrashHangAnalysis.DoHangAnalysis()
at DebugDiag.AnalysisRules.CrashHangAnalysis.RunAnalysisRule(NetScriptManager manager, NetProgress progress)
at DebugDiag.DotNet.NetAnalyzer.RunAnalysisRulesInternal(DumpFileType bitness, NetProgress progress, String symbolPath, String imagePath, String reportFileFullPath, Boolean twoTabs, 

有人可以帮忙知道发生了什么吗?

我安装DebugDiag1.2来调试转储文件。 我收到错误:vbscript运行时错误。代码是0x800a000d,类型不匹配' CInt'第14896行,CrashHangAnalysis.asp第16栏

1 个答案:

答案 0 :(得分:0)

尝试安装2.0.1版: http://www.microsoft.com/en-us/download/details.aspx?id=42933 并尝试那里。