]> 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:39:45 +0000 (13:39 +0100)
commit86b0dab7ea8b0252fe30506b08074f4ef4798219
tree6c7db90d96e01cf99baa4a9702bf2c3b9d3d0424
parenta7d3d158b88d29c6446f5888aa8366967c814c06
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