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
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
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