HP 机器上 Linux 中的竞争条件检测器?

发布于 2024-10-31 05:56:00 字数 113 浏览 5 评论 0原文

我的代码存在随机发生的竞争条件问题。我浏览了之前的帖子,但他们只谈论 VS studio。是否有通用的方法来应对这些竞争条件,或者 debian 是否有任何工具可以检测可能的竞争条件?

提前致谢,

My code has a race condition problem which is randomly occurred. I browsed the previous thread but they only talk about VS studio. Is there a generic way to combat these race conditions or is there any tools available for debian to detect possible race conditions?

thanks in advance,

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

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

发布评论

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

评论(1

影子是时光的心 2024-11-07 05:56:00

我所知道的种族检测工具:
- 英特尔 Inspector XE
- Google 的 Thread Sanitizer
- Helgrind

Tools for race detection that I am aware of:
- Intel's Inspector XE
- Google's Thread Sanitizer
- Helgrind

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