Hi every body. After running(ejabberd 15.09, 15.10) less than one day, ejabberd(beam.smp) was using 100% cpu.
I dont have this probelm with ejabberd 15.04.
I using erlang 17.3 and debian jessie 8.2. I removed erlang but not solved my problem
Any ideas whats going on here/how to fix this?
I traced beam.smp process and I noticed it was looping.
read(0, "", 1024) = 0
epoll_wait(4, {{EPOLLIN|EPOLLERR|EPOLLHUP, {u32=0, u64=200370463560433664}}}, 512, 0) = 1
read(0, "", 1024) = 0
epoll_wait(4, {{EPOLLIN|EPOLLERR|EPOLLHUP, {u32=0, u64=200370463560433664}}}, 512, 0) = 1
read(0, "", 1024) = 0
epoll_wait(4, {{EPOLLIN|EPOLLERR|EPOLLHUP, {u32=0, u64=200370463560433664}}}, 512, 0) = 1
I think, that is
I think, that is ejabberd(15.10,15.09,15.06)bug.
use ejabberd 15.11. that's
use ejabberd 15.11. that's perfect.