“线程应用所有bt完整”在 GDB 中给出空白
我试图使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了这个问题,发现可以按如下方式修复它:
I ran into this problem and discovered that I can fix it as follows:
尝试最新的 GDB 版本。 7.1 或 7.2。一切都应该有效。
Try last GDB version. 7.1 or 7.2. Everything should work.