Re: [PATCHS] Re: Possible Lua Memory Leak

2017-04-26 Thread Willy Tarreau
On Wed, Apr 26, 2017 at 10:26:01AM -0400, Philip Seidel wrote: > Thanks for the help everyone. I have tested out the patches and I no > longer see any memory being leaked. How long does it take before an > official release will be cut? it depends a lot on the amount of important bugs that are

Re: [PATCHS] Re: Possible Lua Memory Leak

2017-04-26 Thread Philip Seidel
Thanks for the help everyone. I have tested out the patches and I no longer see any memory being leaked. How long does it take before an official release will be cut? Thanks, Phil On Wed, Apr 26, 2017 at 9:13 AM, Willy Tarreau wrote: > On Wed, Apr 26, 2017 at 03:12:11PM +0200,

Re: [PATCHS] Re: Possible Lua Memory Leak

2017-04-26 Thread Willy Tarreau
On Wed, Apr 26, 2017 at 03:12:11PM +0200, thierry.fourn...@arpalert.org wrote: > oops, the backport to 1.6 was not clean. Ah OK thanks, our mails have crossed. I'm taking them all then. Willy

Re: [PATCHS] Re: Possible Lua Memory Leak

2017-04-26 Thread Willy Tarreau
On Wed, Apr 26, 2017 at 02:41:18PM +0200, thierry.fourn...@arpalert.org wrote: > I catch the bug. It affect all the versions of HAProxy embedding Lua. > It is fixed. > > I join 2 main patches: > > - 0001*.patch: the bug fix, it should be backported > - 0002*.patch: a nice cleanup which is

Re: [PATCHS] Re: Possible Lua Memory Leak

2017-04-26 Thread thierry . fournier
understand the memleak. > > > > > > Thierry > > > > > > > > > On Wed, 26 Apr 2017 12:11:16 +0200 > > > Thierry Fournier <thierry.fourn...@arpalert.org> wrote: > > > > > > > Hi, > > > > > > &g

[PATCHS] Re: Possible Lua Memory Leak

2017-04-26 Thread thierry . fournier
t; > > > Thierry > > > > > > On Wed, 26 Apr 2017 12:11:16 +0200 > > Thierry Fournier <thierry.fourn...@arpalert.org> wrote: > > > > > Hi, > > > > > > Thanks for the bug report. I can reproduce the bug. > > > I will look for

Re: Possible Lua Memory Leak

2017-04-26 Thread Philip Seidel
> > > > Thierry > > > > > > > On 26 Apr 2017, at 05:14, Philip Seidel <philipsei...@gmail.com> > wrote: > > > > > > Possible Lua Memory Leak? > > > > > > We are running HAProxy version 1.7.2 (also tested 1.7.5) and are

Re: Possible Lua Memory Leak

2017-04-26 Thread thierry . fournier
ed, 26 Apr 2017 12:11:16 +0200 Thierry Fournier <thierry.fourn...@arpalert.org> wrote: > Hi, > > Thanks for the bug report. I can reproduce the bug. > I will look for a fix. > > Thierry > > > > On 26 Apr 2017, at 05:14, Philip Seidel <philipsei...@gm

Re: Possible Lua Memory Leak

2017-04-26 Thread Thierry Fournier
Hi, Thanks for the bug report. I can reproduce the bug. I will look for a fix. Thierry > On 26 Apr 2017, at 05:14, Philip Seidel <philipsei...@gmail.com> wrote: > > Possible Lua Memory Leak? > > We are running HAProxy version 1.7.2 (also tested 1.7.5) and are loadin

Possible Lua Memory Leak

2017-04-25 Thread Philip Seidel
Possible Lua Memory Leak? We are running HAProxy version 1.7.2 (also tested 1.7.5) and are loading a Lua file which makes use of 2 actions. The first action is called on http-request and the second on http-response. In the simple test case we put together the request action stores some data