Re: additional race in the wayland protocols?

2019-03-31 Thread Eugen Friedrich
> > > > > On Wed, 27 Mar 2019 22:14:27 +0100 > > Eugen Friedrich wrote: > > > > > > > > > > On Tue, 26 Mar 2019 22:05:28 +0100 > > > > Eugen Friedrich wrote: > > > > > > > > > > > > > > > > On Mon, 25 Mar 2019 22:08:38 +0100 > > > > > > Eugen Friedrich wrote: > > > > > > > > > > > > > > > > > >

Re: additional race in the wayland protocols?

2019-03-28 Thread Eugen Friedrich
> > On Wed, 27 Mar 2019 22:14:27 +0100 > Eugen Friedrich wrote: > > > > > > > On Tue, 26 Mar 2019 22:05:28 +0100 > > > Eugen Friedrich wrote: > > > > > > > > > > > > > On Mon, 25 Mar 2019 22:08:38 +0100 > > > > > Eugen Friedrich wrote: > > > > > > > > > > > > > > > I would also like to see if

Re: additional race in the wayland protocols?

2019-03-28 Thread Pekka Paalanen
On Wed, 27 Mar 2019 22:14:27 +0100 Eugen Friedrich wrote: > > > > On Tue, 26 Mar 2019 22:05:28 +0100 > > Eugen Friedrich wrote: > > > > > > > > > > On Mon, 25 Mar 2019 22:08:38 +0100 > > > > Eugen Friedrich wrote: > > > > > > > > > > > > I would also like to see if we can forbid requests

Re: additional race in the wayland protocols?

2019-03-27 Thread Eugen Friedrich
> > On Tue, 26 Mar 2019 22:05:28 +0100 > Eugen Friedrich wrote: > > > > > > > On Mon, 25 Mar 2019 22:08:38 +0100 > > > Eugen Friedrich wrote: > > > > > > > > > I would also like to see if we can forbid requests that both destroy > > > > > the protocol object and create another one in one

Re: additional race in the wayland protocols?

2019-03-27 Thread Pekka Paalanen
On Tue, 26 Mar 2019 22:05:28 +0100 Eugen Friedrich wrote: > > > > On Mon, 25 Mar 2019 22:08:38 +0100 > > Eugen Friedrich wrote: > > > > > > I would also like to see if we can forbid requests that both destroy > > > > the protocol object and create another one in one message. This would > > >

Re: additional race in the wayland protocols?

2019-03-26 Thread Eugen Friedrich
> > On Mon, 25 Mar 2019 22:08:38 +0100 > Eugen Friedrich wrote: > > > Hi Pekka, > > > > thanks for the replay! > > Hi Eugen, > > did you intend to cc the mailing list? > actually yes > > > I would also like to see if we can forbid requests that both destroy > > > the protocol object and create

Re: additional race in the wayland protocols?

2019-03-25 Thread Pekka Paalanen
On Sun, 24 Mar 2019 22:26:57 +0100 Eugen Friedrich wrote: > Hi all, > > There is race condition which produces the error: > > not a valid new object id (4278190081), message data_offer(n) > > use-case: > 1. mutli-threaded client: several threads dispatching and flushing the > wayland

additional race in the wayland protocols?

2019-03-24 Thread Eugen Friedrich
Hi all, There is race condition which produces the error: not a valid new object id (4278190081), message data_offer(n) use-case: 1. mutli-threaded client: several threads dispatching and flushing the wayland connection 2. server-side objects are used in the protocol (e.g.