Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-08 Thread Pavlos Parissis
On 08/12/2017 10:38 πμ, Pavlos Parissis wrote: > On 08/12/2017 10:21 πμ, Christopher Faulet wrote: >> Le 08/12/2017 à 05:52, Willy Tarreau a écrit : >>> pparissis at poseidonas in ~/repo/haproxy-1.8 on (master u=) sudo gdb ./haproxy GNU gdb (Debian 7.12-6) 7.12.0.20161007-git

Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-08 Thread Willy Tarreau
On Fri, Dec 08, 2017 at 10:21:45AM +0100, Christopher Faulet wrote: > The problem is not a double-lock but an unlock on a free lock, leaving it in > a bad state. This is not obvious on this trace, but compiling HAProxy with > the debug on threads it is easier to observe it. > > This patch is

Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-08 Thread Christopher Faulet
Le 08/12/2017 à 05:52, Willy Tarreau a écrit : pparissis at poseidonas in ~/repo/haproxy-1.8 on (master u=) sudo gdb ./haproxy GNU gdb (Debian 7.12-6) 7.12.0.20161007-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-07 Thread Willy Tarreau
Hi Pavlos, On Thu, Dec 07, 2017 at 10:18:02PM +0100, Pavlos Parissis wrote: > On 07/12/2017 07:41 uu, Willy Tarreau wrote: > > It looks like it doesn't finish to startup in fact. Are you seeing it spin > > on the CPU maybe ? > > Yes, it does. I am sorry but I didn't notice it no pb. >

Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-07 Thread Pavlos Parissis
On 07/12/2017 10:18 μμ, Pavlos Parissis wrote: > On 07/12/2017 07:41 μμ, Willy Tarreau wrote: >> Hi Pavlos! >> >> On Thu, Dec 07, 2017 at 07:16:54PM +0100, Pavlos Parissis wrote: >>> Hi, >>> >>> OK, I haven't read the ML for ~2 weeks and a quick scan didn't reveal >>> anything. >>> So, here I am

Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-07 Thread Pavlos Parissis
On 07/12/2017 07:41 μμ, Willy Tarreau wrote: > Hi Pavlos! > > On Thu, Dec 07, 2017 at 07:16:54PM +0100, Pavlos Parissis wrote: >> Hi, >> >> OK, I haven't read the ML for ~2 weeks and a quick scan didn't reveal >> anything. >> So, here I am asking something that may have been addressed already.

Re: 1.8.1-fe66fd doesn't finish startup and doesn't listen to sockets

2017-12-07 Thread Willy Tarreau
Hi Pavlos! On Thu, Dec 07, 2017 at 07:16:54PM +0100, Pavlos Parissis wrote: > Hi, > > OK, I haven't read the ML for ~2 weeks and a quick scan didn't reveal > anything. > So, here I am asking something that may have been addressed already. > > Today, I decided to switch my dev env to