Re: [dev] [surf] Zombies when forking

2019-09-17 Thread C.J. Wagenius
Thanks for info. There's something messed up with my system. SIGCHLD is never caught. :( /cjw 17 sep. 2019 17:08 av nullp...@gmx.net: > On Tue, Sep 17, 2019 at 12:15:59PM +0200, C.J. Wagenius wrote: > >> Hi. >> >> I'm using surf on void linux (musl). I get a whole lot of zombies (sh >> ) when

Re: [dev] [surf] Zombies when forking

2019-09-17 Thread Markus Wichmann
On Tue, Sep 17, 2019 at 12:15:59PM +0200, C.J. Wagenius wrote: > Hi. > > I'm using surf on void linux (musl). I get a whole lot of zombies (sh > ) when spawning child processes (Go & Find). I don't know where the > optimal place is to put a waitpid for them but this works for me. > > # --- Start

[dev] [surf] Zombies when forking

2019-09-17 Thread C.J. Wagenius
Hi. I'm using surf on void linux (musl). I get a whole lot of zombies (sh ) when spawning child processes (Go & Find). I don't know where the optimal place is to put a waitpid for them but this works for me. # --- Start patch index 2b54e3c..ef1309b 100644 --- a/surf.c +++ b/surf.c @@ -1327,6 +1