1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-02-17 15:55:20 -05:00
polybar/include/utils
patrick96 47483a94f1 fix(process): fork_detached created zombie processes
Since the forked processes are still our children, we need to wait on
them, otherwise they become zombie processes.

We now fork twice, let the first fork immediately return and wait on it.
This reparents the second fork, which runs the actual code, to the init
process which then collects it.

Ref #770
2020-12-12 02:37:21 +01:00
..
actions.hpp controller: Cleanup process_inputdata 2020-11-26 20:53:53 +01:00
bspwm.hpp
color.hpp fix(builder): Properly apply alpha for fg and bg 2020-12-01 14:53:41 +01:00
command.hpp
concurrency.hpp
env.hpp
factory.hpp
file.hpp config: Better error messages when opening files 2020-11-26 21:06:35 +01:00
functional.hpp
http.hpp
i3.hpp
inotify.hpp
io.hpp
math.hpp
memory.hpp
mixins.hpp
process.hpp fix(process): fork_detached created zombie processes 2020-12-12 02:37:21 +01:00
scope.hpp
socket.hpp
string.hpp Display correct(binary) unit prefixes in memory module (#2211) 2020-11-27 23:30:09 +01:00
throttle.hpp
time.hpp