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 コア ダンプがあります。通常、 GDBでは ' bt 'を使用して、実行中のスレッド のスタック トレースを取得します。
しかし、スタックが壊れた場合、スレッド構造体のアドレスを使用してスレッド構造体にアクセスしたいと考えています。
NetBSD では、_thread_now を使用して gdb のスレッド構造のアドレスを取得します。
Linuxでも使用するコマンドはありますか?