Re: [PATCH] weston: don't hang in wait()

2012-03-20 Thread Kristian Hoegsberg
On Sat, Mar 17, 2012 at 03:22:03PM -0700, Bill Spitzak wrote: > 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. Oh, yeah, oops. T

[PATCH] weston: don't hang in wait()

2012-03-17 Thread 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. diff --git a/src/compositor.c b/src/compositor.c index f2ae2f6..914c6c9 100644 --- a/s