我正在使用DebugDiag2.0来分析asp.net应用的挂起问题。但是我得到了一个错误:
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行,第16列,位于CrashHangAnalysis.asp
发布于 2014-12-29 08:46:22
尝试安装版本2.0.1:http://www.microsoft.com/en-us/download/details.aspx?id=42933并在那里尝试。
https://stackoverflow.com/questions/27551652
复制相似问题