On Sun, 18 Mar 2012 21:46:11 -0700
spit...@gmail.com wrote:
> It actually never called sigchld when I killed or made clients exit,
> so it is not clear if this handler is needed at all.
SIGCHLD is received only for a process' immediate children, which in
Weston's case can only be desktop-shell,
From: Bill Spitzak
Pausing weston (with ^Z in the shell) and putting it in the background
made it hang.
It actually never called sigchld when I killed or made clients exit,
so it is not clear if this handler is needed at all.
---
src/compositor.c |4 +++-
1 files changed, 3 insertions(+), 1