Erlang crash without erl_crash.dump
Asked Answered
G

0

6

My server crashed down today. But Erlang did not generate erl_crash.dump.

ENV:

Linux 2.6.32

Erlang R16B02

I get from /var/log/message enter image description here

CPU and Mem are normal at that time around(use sar) enter image description here

Because the core file is too big enter image description here

I just gdb corefile and bt full enter image description here

If you want other more information from this core file or whatever others to help me, please leave comment.

I will post what you want soon.

Glitter answered 16/9, 2015 at 16:21 Comment(2)
If you get a segfault, that means the VM took a fatal error and so can't possibly continue operating in order to produce a crash dump. I suggest sending your information to the erlang-bugs mailing list, but note that given that you're running on an older version of Erlang, there's a good chance this has already been fixed if it's really a VM bug.Pericranium
Do you use any NIFs? It's more probable one of them crashes then Erlang VM itselfMisfortune

© 2022 - 2024 — McMap. All rights reserved.