Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个来自多线程程序的 Linux Core Dump。 通常,我通过在 GDB 中使用“ bt ”来获取正在运行的线程的堆栈跟踪。
但是当堆栈损坏时,我想使用线程结构的地址访问线程结构。
在 NetBSD 中,我使用 _thread_now 来获取 gdb 中线程结构的地址。
是否也有一些命令可用于 Linux?