VS2010中进程突然被杀死,没有任何调试信息
我使用的是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
捕获故障转储并对其进行分析。 http://support.microsoft.com/kb/919789/
Capture a crash dump and analyze it. http://support.microsoft.com/kb/919789/