“线程应用所有bt完整”在 GDB 中给出空白

发布于 2024-08-19 10:19:28 字数 150 浏览 3 评论 0原文

我试图使用 GDB 6.6 在运行 Slackware 12 的 Linux 服务器上调试多线程进程。

一旦我附加并发出命令“thread apply all bt full”,它就什么也没有返回(返回到 gdb 提示符)。

知道为什么会发生这种情况吗?

I was trying to debug a multi-threaded process on a Linux server running Slackware 12 using GDB 6.6.

Once I attach and issue the command "thread apply all bt full" it comes back with nothing ( back on to the gdb prompt ).

Any idea why this happens?

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

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

发布评论

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

评论(2

只是我以为 2024-08-26 10:19:28

我遇到了这个问题,发现可以按如下方式修复它:

  1. 运行“bt”。这应该显示线程的回溯,尽管可能不是您想要的。
  2. 现在“续”。
  3. 按 ctrl+c。我看到类似“[切换到 LWP %d]”的内容,
  4. 再次按下 ctrl+c。这在我想查看回溯的线程处中断,但似乎也使“线程应用所有 bt full”开始工作。

I ran into this problem and discovered that I can fix it as follows:

  1. run "bt". this should show the backtrace of a thread, although maybe not the one you want.
  2. now "cont".
  3. hit ctrl+c. I see something like "[Switching to LWP %d]"
  4. hit ctrl+c again. this breaks at the thread i want to see the backtrace of, but also seems to make "thread apply all bt full" start working.
笑,眼淚并存 2024-08-26 10:19:28

尝试最新的 GDB 版本。 7.1 或 7.2。一切都应该有效。

Try last GDB version. 7.1 or 7.2. Everything should work.

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