如何抑制“DWARF2 CFI reader:未处理的 CFI 指令” valgrind 输出错误?

发布于 2024-08-06 14:46:20 字数 296 浏览 8 评论 0原文

我对使用 valgrind 还很陌生。我正在为我的 C 库运行测试。我尝试在 valgrind 下运行它,并获得了一些关于我的代码中可能出现的错误的非常有价值的信息。困扰我的一件事是每个 valgrind 会话的开始都充满了这样的消息:

DWARF2 CFI reader: unhandled CFI instruction 0:22

IIUC 它与我的代码中的问题无关,我想禁用它们以简化对其他错误的分析。我已阅读 valgrind 帮助,但找不到正确的命令行选项。

你能给我一些提示吗?

I'm quite new in using valgrind. I'm running tests for my C library. I've tryed to run it under valgrind and got some very valuable info about possible errors in my code. One thing that bothers me is beginning of every valgrind session is full of messages like this:

DWARF2 CFI reader: unhandled CFI instruction 0:22

IIUC it's unrelated to problems in my code and I'd like to disable them to simplify analysis of other errors. I've read valgrind help but can't find the proper command-line option.

Can you provide me some hints?

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

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

发布评论

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

评论(1

没有你我更好 2024-08-13 14:46:20

添加了对这些 DWARF3 操作的支持。只需更新到 valgrind 的当前版本即可,可从 http://valgrind.org 获取。

Support for these DWARF3 operations have been added. Just update to the current version of valgrind, available at http://valgrind.org.

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