LoginSignup
0
2

More than 3 years have passed since last update.

vmcore を読んでみる(4)

Last updated at Posted at 2019-10-05

この記事のつづきです。
https://qiita.com/intrajp/items/92f78772ba0bf8b68e12

log コマンドをもう一度実行してcrash 時のシンボルを確認します。

crash> set scroll off
crash> log
[<経過時間>] Call Trace:
(略)

★ 重要 ★
ここで、逆アセンブルを行い、panicポイントの命令列を得ます。
まずは、全部見てみます。

crash> dis <コマンド>
(略)

以下、仮想メモリアドレスを、kmem の引数として与えれば、ソースコードの何行目かがわかるので、そこを
追っていけば、どの処理で止まったのかがわかると思います。

以上です。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2