libcasper is never calling waitpid on the resulting pid of pdfork()
which results on its consumers into the creation of zombies since
bcdb6ba94d08.
This fixes rtsold which is always leaving a zombies since bcdb6ba94d08
landed.
Differential D59351
libcasper: use PD_NOWAITPID to avoid zombies in consumers Authored by bapt on Thu, Sep 3, 6:39 PM. Tags None Referenced Files
Subscribers
Details libcasper is never calling waitpid on the resulting pid of pdfork() This fixes rtsold which is always leaving a zombies since bcdb6ba94d08
Diff Detail
Event TimelineComment Actions Note There is another pdfork() which we don't have anycall on waitpid either in zygote.c, but those are long living processes which dies along with the main process and so get reaped normally. so I haven't added the flag on it. |