crashdump_viewer

【原创】Erlang 之 erl_crash.dump 文件分析

为君一笑 提交于 2019-12-10 07:45:23
前一篇博文 中描述了 erl_crash.dump 文件的生成,本文主要讲解如何针对 erl_crash.dump 文件进行分析。 -=-=-=- 我是88界奥斯卡颁奖礼的分隔线 -=-=-=- 首先看一下坚强兄的博文《 [Erlang 0057] Erlang 排错利器: Erlang Crash Dump Viewer 》中的内容: 1. 基于 crashdump_viewer 的 web 页面进行 erl_crash.dump 分析; crashdump_viewer:start(). 补充: The Crashdump Viewer is an HTML based tool for browsing Erlang crashdumps. Crashdump Viewer runs under the WebTool application. 2. 基于 recon 的 erl_crashdump_analyzer.sh 分析脚本 进行 erl_crash.dump 分析; -=-=-=- 我是88界奥斯卡颁奖礼的分隔线 -=-=-=- 文章中涉及两种工具,下面分别说明; 【crashdump_viewer】 【 erl_crashdump_analyzer.sh 】 该脚本是 recon 工具套装中的一个,详情可以参考 github 上的说明 ; 下面针对 erl