You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have observed the follow crash? a number of times over the last few weeks. It's very rare and I have no idea how to reproduce it at will. It can sometimes be days between it happening on a fairly high-traffic service.
The below is all we see in the logs.
Apr 08 17:02:04 peakon-api-staging app/web.1: ../deps/uv/src/unix/core.c:896: uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed.
Apr 08 17:02:04 peakon-api-staging app/web.1: App name:api-web id:2 disconnected
Apr 08 17:02:04 peakon-api-staging app/web.1: App [api-web] with id [2] and pid [96], exited with code [0] via signal [SIGABRT]
The last two lines are from pm2, which detects the exit of the process and restarts it.
It seems to have started after we upgraded from 9.5 to 9.10, but I am not certain of that.
The text was updated successfully, but these errors were encountered:
We have observed the follow crash? a number of times over the last few weeks. It's very rare and I have no idea how to reproduce it at will. It can sometimes be days between it happening on a fairly high-traffic service.
The below is all we see in the logs.
The last two lines are from
pm2
, which detects the exit of the process and restarts it.It seems to have started after we upgraded from 9.5 to 9.10, but I am not certain of that.
The text was updated successfully, but these errors were encountered: