由于堆栈溢出导致应用程序崩溃
这个错误让我很受打击。我无法在 Application_OnError 处捕获此错误。我能得到的唯一消息是事件查看器日志。
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to stack overflow.
Faulting application w3wp.exe, version 7.0.6001.18000, time stamp 0x47919413, faulting module nlssorting.dll, version 4.0.30319.235, time stamp 0x4da3fc88, exception code 0xc00000fd, fault offset 0x000020d4, process id 0x%9, application start time 0x%10.
我有一个非常大的应用程序,并且出现上述错误,我无法判断堆栈溢出的确切原因在哪里。你能帮我解决这个问题吗?
This error is killing me so much. I am not able to capture this error at Application_OnError. The only message I am able to get is Event Viewer log.
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to stack overflow.
Faulting application w3wp.exe, version 7.0.6001.18000, time stamp 0x47919413, faulting module nlssorting.dll, version 4.0.30319.235, time stamp 0x4da3fc88, exception code 0xc00000fd, fault offset 0x000020d4, process id 0x%9, application start time 0x%10.
I have a very large application and with the above error I am not able to judge where is the exact cause of the stackoverflow. Can you help me fixing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会在Application_End中获得更多帮助。从这里,您可以使用类似这样的方法捕获关闭堆栈......
You may get more help in Application_End. From here, you can capture the shutdown stack using something like this...