Re: [PATCH weston 2/3] shell: fix race on desktop-shell exit

2014-08-28 Thread Pekka Paalanen
On Wed, 27 Aug 2014 13:16:56 -0500 Derek Foreman wrote: > On 27/08/14 05:41 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > The desktop shell plugin registers both a wl_client destroy signal > > listener, and a sigchld handler, when launching weston-desktop-shell. > > However, nothin

Re: [PATCH weston 2/3] shell: fix race on desktop-shell exit

2014-08-27 Thread Derek Foreman
On 27/08/14 05:41 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > The desktop shell plugin registers both a wl_client destroy signal > listener, and a sigchld handler, when launching weston-desktop-shell. > However, nothing guarantees in which order do the wl_client destructor > and the sigc

[PATCH weston 2/3] shell: fix race on desktop-shell exit

2014-08-27 Thread Pekka Paalanen
From: Pekka Paalanen The desktop shell plugin registers both a wl_client destroy signal listener, and a sigchld handler, when launching weston-desktop-shell. However, nothing guarantees in which order do the wl_client destructor and the sigchld handler run. Luckily, the sigchld handler cannot in