是什么导致该应用程序挂起(可能在本机端)
我有一个 .net 托管应用程序,可以与本机 dll 进行互操作。问题是有时应用程序只是挂起并且没有响应。查看托管端,我没有看到任何线程调用堆栈进行任何等待或睡眠。 SOS !threads 和 !syncblk 也不显示任何锁定。知道我应该查看本机端以找出被阻止的内容等吗?
I have a .net managed application that interops with a native dll. Problem is that sometimes the application just hangs and doesn't respond. Looking at the managed side, I don't see any threads callstacks doing any wait or sleep. SOS !threads and !syncblk does not show any locks either. Any idea what should I look into the native side to figure out what is been blocked etc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试去
右键单击您的进程,然后单击
这可以为您提供一些信息。
Try going to
right click your process and click
This could give you some information.