x64 的 VS 2008 远程调试器大约 60% 的时间崩溃

发布于 2024-10-19 18:59:58 字数 770 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

像你 2024-10-26 18:59:58

好吧,如果我在附加调试器时禁用除“托管代码”之外的所有内容,问题就会消失。
很奇怪,但调试托管代码就是我想要的,对我来说已经足够了。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文