VS2010中进程突然被杀死,没有任何调试信息

发布于 2024-09-26 06:28:12 字数 317 浏览 3 评论 0原文

我使用的是c#和VS2010。 我的程序是工作客户端、服务器和代理。 每个程序都与WCF进行通信。

但只有特工突然被杀。服务器接收到代理的故障事件。 一般情况下,如果vs 2010出现异常,vs2010会断掉发生异常的那一行 但代理并没有停止。刚刚杀了。 看起来就像在VS2010中按“Shift + F5”。

所以我不知道杀的原因。 此外,它是在3-4天后发生的。

代理正在处理 32 个实例。 每个实例有 4 个线程。

我检查了内存泄漏。但没问题。

所以,我想了解这种情况下的调试技巧。

请帮我。

谢谢。

I am using c# and VS2010.
My program is working client, server and agent.
Each programs are communicated with WCF.

But only agent is killed suddenly. and Server recives agent's fault event.
Generally, if exception is occured in vs 2010, vs2010 is breaked a line that occured a exception
But agent is not stopped. just killed.
It seem to be like pressing "Shift + F5" in VS2010.

So i can't know reason that killed.
Besides, it is occured after 3 - 4 days.

Agent is working with 32 instances.
each instances have 4 threads.

I checked memory leak. but no problem.

So, i want to know debugging skills in this situation.

Please help me.

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

毁我热情 2024-10-03 06:28:12

捕获故障转储并对其进行分析。 http://support.microsoft.com/kb/919789/

Capture a crash dump and analyze it. http://support.microsoft.com/kb/919789/

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