是什么导致该应用程序挂起(可能在本机端)

发布于 2024-12-13 16:45:36 字数 145 浏览 1 评论 0原文

我有一个 .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 技术交流群。

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

发布评论

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

评论(1

筱果果 2024-12-20 16:45:36

尝试去

任务管理器->性能->资源监视器...

右键单击您的进程,然后单击

分析等待链...

这可以为您提供一些信息。

Try going to

Task Manager -> Performance -> Resource Monitor...

right click your process and click

Analyze Wait Chain...

This could give you some information.

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