Re: libwayland-server ABI change: [PATCH] wayland-server: Destroy Clients upon wl_display_destroy()

2017-02-27 Thread Pekka Paalanen
On Wed, 25 Jan 2017 13:29:08 +0200 Pekka Paalanen wrote: > On Wed, 25 Jan 2017 11:08:26 +0800 > Jonas Ådahl wrote: > > > On Mon, Jan 23, 2017 at 03:40:11PM +0200, Pekka Paalanen wrote: > > > On Tue, 20 Dec 2016 18:40:13 +0530 > > > viveka wrote: > > > > > > > From: "Vivek.A" > > > > >

Re: libwayland-server ABI change: [PATCH] wayland-server: Destroy Clients upon wl_display_destroy()

2017-01-25 Thread Pekka Paalanen
On Wed, 25 Jan 2017 11:08:26 +0800 Jonas Ådahl wrote: > On Mon, Jan 23, 2017 at 03:40:11PM +0200, Pekka Paalanen wrote: > > On Tue, 20 Dec 2016 18:40:13 +0530 > > viveka wrote: > > > > > From: "Vivek.A" > > > > > > Without this, client socket file descriptors are being kept open > > >

Re: libwayland-server ABI change: [PATCH] wayland-server: Destroy Clients upon wl_display_destroy()

2017-01-24 Thread Jonas Ådahl
On Mon, Jan 23, 2017 at 03:40:11PM +0200, Pekka Paalanen wrote: > On Tue, 20 Dec 2016 18:40:13 +0530 > viveka wrote: > > > From: "Vivek.A" > > > > Without this, client socket file descriptors are being kept open until > > the process > > hosting the compositor gets terminated / exit. T

libwayland-server ABI change: [PATCH] wayland-server: Destroy Clients upon wl_display_destroy()

2017-01-23 Thread Pekka Paalanen
On Tue, 20 Dec 2016 18:40:13 +0530 viveka wrote: > From: "Vivek.A" > > Without this, client socket file descriptors are being kept open until > the process > hosting the compositor gets terminated / exit. This causes compositor > termination > goes undetected through its fd. This

[PATCH] wayland-server: Destroy Clients upon wl_display_destroy()

2016-12-20 Thread viveka
From: "Vivek.A" Without this, client socket file descriptors are being kept open until the process hosting the compositor gets terminated / exit. This causes compositor termination goes undetected through its fd. This could be reproduced by having compositor as one of the threa