]> git.sur5r.net Git - i3/i3/commit
Bugfix: Use ev_loop_new instead of ev_default_loop because the latter one blocks...
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 7 Jan 2010 12:36:52 +0000 (13:36 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 7 Jan 2010 12:36:52 +0000 (13:36 +0100)
commitb6de5654454621e0d94e8f66b609b43b2ae7758f
treec6cd73b0abfeb881026246044370536d1ef3191c
parent44191d5ffca96f1b6a5c4234c2b03785d9b2ee06
Bugfix: Use ev_loop_new instead of ev_default_loop because the latter one blocks SIGCHLD (Thanks Ciprian)

SIGCHLD was inherited to child processes started by i3 and not
all of them unblocked it (shells generally did, though), leading to
zombie processes.
src/mainx.c