IIS crashes and restarts without dropping a mini-dump

后端 未结 3 984
隐瞒了意图╮
隐瞒了意图╮ 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:45

    I would use something like Procdump to get a memory dump when the process terminates and look for exception and call-stack.

    -t Write a dump when the process terminates.

    FYI...what you see in EventViewer is Watson buckets which tells which application and module had an unhandled exception. From your log it looks like kernelBasewas the faulting module.

提交回复
热议问题