IIS crashes and restarts without dropping a mini-dump

后端 未结 3 962
隐瞒了意图╮
隐瞒了意图╮ 2021-01-24 00:20

I have a tough scenario I\'m trying to debug... On a web forms page, when I click submit, the web server hits some error and restarts the w3svc process.

I do not see any

3条回答
  •  余生分开走
    2021-01-24 00:58

    To create a memory dump for a crashing application, you can use either DebugDiag or adplus. Either will monitor the process, and generate a dump file when the crash occurs. DebugDiag can also analyze dump files and generate an issue report (similar to the "!analyze -v" command in WinDbg.)

    DebugDiag can be downloaded here.

    You should find adplus installed with the Debugging Tools for Windows - which is the same installer that contains WinDbg.

提交回复
热议问题