]> git.mdlowis.com Git - proto/labwc.git/commit
spawn: avoid zombie children without handling SIGCHLD
authorJohan Malm <jgm323@gmail.com>
Tue, 29 Dec 2020 18:08:35 +0000 (18:08 +0000)
committerJohan Malm <jgm323@gmail.com>
Tue, 29 Dec 2020 18:08:35 +0000 (18:08 +0000)
commit1a38898f344f509d78b9543946cfbd108d6c2bf3
tree2d37c49c724a3670969d32e4de4bff0320c5f1c3
parentf4cbd4ff619f83ab919686514bac825a11f2d446
spawn: avoid zombie children without handling SIGCHLD

Current handling of SIGCHLD prevents some terminals, for example
sakura and alacritty, to freeze on ctrl+D.

Related to PR #10
src/common/spawn.c
src/server.c