IIS 挂起。奇怪的调用堆栈:未知的方法描述
我的 IIS 应用程序池一般挂起。有时,当我得到崩溃转储时,我得到一个线程正在阻塞所有其他线程并且没有调用堆栈:
ESP EIP
4735e1dc 7c82860c [NDirectMethodFrameStandalone: 4735e1dc] Unknown MethodDesc (Module 1f3363e8, mdToken 0600016c)
我浏览了互联网,但没有找到类似的内容。这是否意味着我的记忆已损坏。
I am having general hangs on our IIS application pool. Sometimes, when I get a Crash Dump, I get one thread which is blocking all the others and that has no call stack:
ESP EIP
4735e1dc 7c82860c [NDirectMethodFrameStandalone: 4735e1dc] Unknown MethodDesc (Module 1f3363e8, mdToken 0600016c)
I looked over the Internet but I did not find anything similar. Does it mean I have corrupted memory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不熟悉转储分析,请随时通过 http://support.microsoft.com。
虽然 SO 对于技术问题很有用,但转储分析更像是一门艺术。
If you are not familiar with dump analysis, feel free to open a support case via http://support.microsoft.com.
Though SO is good for technical questions, but dump analysis is more of an art.