dev1.9 2018/06/05 threads cpu 100% spin_lock v.s. thread_sync_barrier

2018-06-11 Thread PiBa-NL
Hi List, I've got no clue how i got into this state ;) and maybe there is nothing wrong..(well i did resume a VM that was suspended for half a day..) Still thought it might be worth reporting, or perhaps its solved already as there are a few fixes for threads after the 6-6 snapshot that i

Re: HAProxy 1.8.x not serving errorfiles with H2

2018-06-11 Thread Cyril Bonté
Hi, Le 11/06/2018 à 16:39, J. Casalino a écrit : Trying again – has anyone else seen this? *From:* J. Casalino [mailto:casal...@adobe.com] *Sent:* Tuesday, June 5, 2018 12:27 PM *To:* haproxy@formilux.org *Subject:* HAProxy 1.8.x not serving errorfiles with H2 We are in the process of testing

RE: HAProxy 1.8.x not serving errorfiles with H2

2018-06-11 Thread J. Casalino
Trying again - has anyone else seen this? From: J. Casalino [mailto:casal...@adobe.com] Sent: Tuesday, June 5, 2018 12:27 PM To: haproxy@formilux.org Subject: HAProxy 1.8.x not serving errorfiles with H2 We are in the process of testing HAProxy 1.8.x with ALPN and H2 on some of our servers. We

Re: [Patch] Lua / Increase error verbosity

2018-06-11 Thread Thierry Fournier
thanks. > On 11 Jun 2018, at 11:12, William Lallemand wrote: > > On Fri, Jun 08, 2018 at 06:28:10PM +0200, Thierry Fournier wrote: >> >> >>> On 8 Jun 2018, at 18:21, Willy Tarreau wrote: >>> >>> On Fri, Jun 08, 2018 at 01:09:04PM +0200, Thierry Fournier wrote: Hi, runtime

Re: [Patch] Lua / Increase error verbosity

2018-06-11 Thread William Lallemand
On Fri, Jun 08, 2018 at 06:28:10PM +0200, Thierry Fournier wrote: > > > > On 8 Jun 2018, at 18:21, Willy Tarreau wrote: > > > > On Fri, Jun 08, 2018 at 01:09:04PM +0200, Thierry Fournier wrote: > >> Hi, > >> > >> runtime errors doesn't provides the error line, in particular the memory > >>

Re: [PATCH] BUG/MAJOR: map: fix a segfault when using http-request set-map

2018-06-11 Thread Willy Tarreau
On Mon, Jun 11, 2018 at 10:53:46AM +0200, William Lallemand wrote: > The bug happens with an existing entry, when you try to overwrite the > value with wrong data, for example, a string when the type is INT. (...) Applied, thank you William! Willy

[PATCH] BUG/MAJOR: map: fix a segfault when using http-request set-map

2018-06-11 Thread William Lallemand
The bug happens with an existing entry, when you try to overwrite the value with wrong data, for example, a string when the type is INT. The code path was not secure and tried to set *err and *merr while err = merr = NULL when performing an http action. Must be backported in 1.6, 1.7, 1.8. ---

Re: regression testing for haproxy

2018-06-11 Thread Frederic Lecaille
On 06/09/2018 09:16 AM, Baptiste wrote: Hi Fred, Hi Baptiste, Amazing work. Looking forward to write some of those :) Yes for now on, *if possible*, it would be great to write a test file for each bug to come. . According to you, would it be compicated to automate tests on the DNS