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
I'm running Shoginet through the Docker container. After a few days, I will invariably end up with some non-trivial number of zombie YanaeuraOu processes:
This usually indicates a bug in the parent process, not catching the return code of the child processes it fork()ed.
It's not a huge deal, zombie processes don't take up any significant resources and I can always just periodically restart the container. Just kind of annoying, and probably an easy fix.
The text was updated successfully, but these errors were encountered:
I'm running Shoginet through the Docker container. After a few days, I will invariably end up with some non-trivial number of zombie YanaeuraOu processes:
This usually indicates a bug in the parent process, not catching the return code of the child processes it
fork()
ed.It's not a huge deal, zombie processes don't take up any significant resources and I can always just periodically restart the container. Just kind of annoying, and probably an easy fix.
The text was updated successfully, but these errors were encountered: