文章预览
一:背景 1. 讲故事 这些天有点意思,遇到的几个程序故障都是和Windows操作系统或者第三方组件有关系,真的有点无语,今天就带给大家一例 IIS 相关的与大家分享,这是一家国企的.NET程序,出现了崩溃急需分析。 二:WinDbg 分析 1. 为什么会崩溃 崩溃原因相对还是好找的,双击dump文件之后错误信息马上就列出来了,参考如下: This dump file has an exception of interest stored in it. The stored exception information can be accessed via .ecxr. ( 3950.1890 ): Stack overflow - code c00000fd ( first/second chance not available ) For analysis of this file, run !analyze -v eax = 72 ae2290 ebx= 00000000 ecx= 72 afa1c0 edx= 00000000 esi= 72 afa1c0 edi= 01 cb1d7c eip= 72 afa1e6 esp= 3e673000 ebp= 3e673010 iopl= 0 nv up ei pl zr na pe nc cs= 0023 ss= 002b ds= 002b es= 002b fs= 0053 gs= 002b
………………………………