【发布时间】:2016-04-06 01:06:29
【问题描述】:
这不是内存不足错误,不知道为什么会崩溃。 erl_crash.dump 说:
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,myapp,{{shutdown,{failed_to_start_child,'Elixir.Myapp.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.Endp
System version: Erlang/OTP 18 [erts-7.3] [source-d2a6d81] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]
Compiled: Mon Mar 14 19:34:48 2016
Taints: crypto
Atoms: 15257
Calling Thread: scheduler:1
应用程序本身在单个进程中使用 zlib(来自 OTP)进行了数百万个短字符串压缩。
以下几个来自 Erlang Dump Viewer 的屏幕
【问题讨论】: