at_yasu's blog

ロード的なことを

erl_crash.dump

なんか久しぶり(三ヶ月ぶり)にいじってたら、こんな(erl_crash.dump)ファイルが出来てもうた。

どう解析するんだコレと思って調べたら、ここに載ってた

引用

Hi -
Having problems with Rabbitmq starting for the first time.
It uses Erlang which crashes on startup and creates the erl_crash.dump file.
I'm thinking it could be permissions problems but would like to check this
file out as I have checked everything I can think of.
Dies running as root as well as user.
I read that you can use Erlang Enterprize to read the dump file -
is there a utility that I can use to do this?

Thanks for any help!

レス

$ erl 

... 

1> webtool:start(). 

との事なので、erl_crash.dump が出来たディレクトリでコマンドを実行。

あとはブラウザで localhost:8890 とURLに打ち込んで開いたら分かります

てなわけで個人的なメモ書き

進めるとこんなページが出るので、CrashDumpViewerに✔

f:id:at_yasu:20130409165452p:plain

上にCrashDumpViewerが出るのでそのページを開いて入力フォームが出てくるのでファイル名(erl_crash.dump)を入れてokを押したらdump情報出てくるのでどうにかなりますよっと。

f:id:at_yasu:20130409165456p:plain

まぁそんな感じ