x64 的 VS 2008 远程调试器大约 60% 的时间崩溃
x64 的 VS 2008 远程调试器在大约 60% 的时间内崩溃。其余时间效果都很好。有人遇到过或解决过这个问题吗? 除了尝试调试在操作系统为 Windows Server 2008 x64 的远程计算机上运行的 .NET 3.5 服务之外,我不确定还能提供哪些其他详细信息。
发生的情况是这样的:
Problem signature:
Problem Event Name: APPCRASH
Application Name: msvsmon.exe
Application Version: 9.0.30729.1
Application Timestamp: 488f0767
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e0421d
Exception Code: c0000005
Exception Offset: 0000000000048d50
OS Version: 6.0.6002.2.2.0.272.7
Locale ID: 1033
Additional Information 1: b084
Additional Information 2: 5ce230d68edf4fcfc83c96b6e817ab3d
Additional Information 3: b116
Additional Information 4: bea134da63d7eb14d227ee108a03059a
The VS 2008 remote debugger for x64 crashes about 60% of the time. The rest of the time it works great. Has anyone encountered or fixed this?
I'm not sure what other details I could provide other than I'm attempting to debug a .NET 3.5 Service running on a remote machine with Windows Server 2008 x64 for an OS.
This is what happens:
Problem signature:
Problem Event Name: APPCRASH
Application Name: msvsmon.exe
Application Version: 9.0.30729.1
Application Timestamp: 488f0767
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e0421d
Exception Code: c0000005
Exception Offset: 0000000000048d50
OS Version: 6.0.6002.2.2.0.272.7
Locale ID: 1033
Additional Information 1: b084
Additional Information 2: 5ce230d68edf4fcfc83c96b6e817ab3d
Additional Information 3: b116
Additional Information 4: bea134da63d7eb14d227ee108a03059a
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果我在附加调试器时禁用除“托管代码”之外的所有内容,问题就会消失。
很奇怪,但调试托管代码就是我想要的,对我来说已经足够了。
Well, if I disable everything but 'Managed Code' when attaching the debugger, the problem goes away.
Weird, but debugging managed code is all I wanted, so good enough for me.