Re: Catching SIGCHLD in tmux.c breaks systems like Mac OS X

2010-05-12 Thread Nicholas Marriott
already fixed but not sync'd to sf yet On Wed, May 12, 2010 at 10:57:50AM +0200, Mark Edgar wrote: > Here's the patch in question: > > http://github.com/ThomasAdam/tmux/commit/b50a375d54c4d76e55fb8ba2e1901109f1127bff > OpenBSD patchset 684: > Catch SIGCHLD to avoid a zombie, from patrick keshish

Catching SIGCHLD in tmux.c breaks systems like Mac OS X

2010-05-12 Thread Mark Edgar
Here's the patch in question: http://github.com/ThomasAdam/tmux/commit/b50a375d54c4d76e55fb8ba2e1901109f1127bff OpenBSD patchset 684: Catch SIGCHLD to avoid a zombie, from patrick keshishian Ignored signals are inherited by child processes (at least on systems like Mac OS X), which means that lot