1.生产上的服务器,运行到2天左右就会产生core文件,在家折腾了两天,把一些过程记录下来,
希望能帮上有需要的人。
gdb /usr/lib64/erlang/xxx/xxx/beam.smp core.3435
....
希望能帮上有需要的人。
gdb /usr/lib64/erlang/xxx/xxx/beam.smp core.3435
....
gdb) bt
#0 0x0000003b5bc30265 in raise () from /lib64/libc.so.6
#1 0x0000003b5bc31d10 in abort () from /lib64/libc.so.6
#2 0x000000000044f3b0 in erl_exit ()
#3 0x00000000004380a4 in erts_alc_fatal_error ()
#4 0x0000000000438131 in erts_alloc_n_enomem ()
#5 0x000000000051e918 in ?? ()
#6 0x000000000052090f in ?? ()
#7 0x000000000051d8fc in erts_garbage_collect ()