Hacker News new | ask | show | jobs
by self_awareness 678 days ago
Yes. Once I used Rust's Command in a wrong way, and after terminating a child it has turned into a zombie. I had to forcefully kill it manually each time this happened. It had to be fixed in the long run, because each run risked an OOM Killer (employed by the system) will show up and start its random kills. When I've finished my fixes, I've committed everything to the master branch and CI slaves started working nightly to bring me fresh binaries to execute in the morning. It wasn't much longer after smoke tests when it was apparent that the bug was eliminated. ;)
1 comments

oh yes, i execute so many children every day, i take it so much for granted that i didn't even think about that

i'm sure glad this discussion is so hierarchical because on irc we might get kicked for it