How to debug: w3wp.exe process was terminated due to a stack overflow (works on one machine but not another)

后端 未结 5 454
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-04 11:37

The problem
I have an ASP.NET 4.0 application that crashes with a stack overflow on one computer, but not another. It runs fine on my development enviro

5条回答
  •  情深已故
    2020-12-04 12:10

    Get a crash dump, run it against Microsoft's Debug Diagnostic Tool and show us the result.

    Also take a look at http://support.microsoft.com/kb/919789/en-us, which explains all the necessary steps in detail.

提交回复
热议问题