Re: [PATCH 1/2] Don't hang in wait if suspended/resumed

2012-03-19 Thread Pekka Paalanen
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,

[PATCH 1/2] Don't hang in wait if suspended/resumed

2012-03-18 Thread spitzak
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