rfjakob / earlyoom

earlyoom - Early OOM Daemon for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`dbus-send` become zombies

oxalica opened this issue · comments

When dbus notification is enabled (-n), it fork-exec dbus-send but never wait or handles SIGCHLD, making child processes zombies forever.

Screenshot_20200530_225506

Fixed via 3219141 , thanks!

This code is not sufficient, there could be only one SIGCHLD but multiple children died.