Re: haproxy segmentation fault

2014-10-02 Thread Willy Tarreau
Hi Cyril, On Thu, Oct 02, 2014 at 06:56:09PM +0200, Cyril Bonté wrote: > Then we're facing several segfault issues, because I still reproduce > segfaults with a dynamic use_backend. > > #0 propagate_processes (from=from@entry=0x1c44160, > to=0x655f656863616367) at src/cfgparse.c:5996 > 5996

Re: haproxy segmentation fault

2014-10-02 Thread Cyril Bonté
Hi Willy, Le 02/10/2014 11:18, Willy Tarreau a écrit : Hi all, On Mon, Sep 22, 2014 at 10:04:35PM +0200, Cyril Bonté wrote: The issue happens because during the configuration parsing, a dynamic use_backend can't resolve the backend and leaves the union structure as a string (which is also free

Re: haproxy segmentation fault

2014-10-02 Thread Willy Tarreau
Hi all, On Mon, Sep 22, 2014 at 10:04:35PM +0200, Cyril Bonté wrote: > Hi all, > > Le 22/09/2014 19:43, Lukas Tribus a écrit : > >Hi Seri, > > > > > >>This configuration works well in 1.5.4 release version and b53934e. > >>but, in 5436afc commit, haproxy crashes frequently. > > > >Thanks for this

Re: haproxy segmentation fault

2014-09-22 Thread Cyril Bonté
Hi all, Le 22/09/2014 19:43, Lukas Tribus a écrit : Hi Seri, This configuration works well in 1.5.4 release version and b53934e. but, in 5436afc commit, haproxy crashes frequently. Thanks for this, this will help pinpointing the issues, however, I am still unable to reproduce the crash. Ca

RE: haproxy segmentation fault

2014-09-22 Thread Lukas Tribus
Hi Seri, > This configuration works well in 1.5.4 release version and b53934e. > but, in 5436afc commit, haproxy crashes frequently. Thanks for this, this will help pinpointing the issues, however, I am still unable to reproduce the crash. Can you send a more complete configuration to reproduce

RE: haproxy segmentation fault

2014-09-22 Thread Seri
Hi Lukas, > I don't think you can do that, please remove any comments, > newlines and unnecessary spaces from those files. I remove comments, newlines and unnecessary spaces. But, haproxy crashes frequently when checking configuration and starting haproxy. This configuration works well in 1.5.4

RE: haproxy segmentation fault

2014-09-22 Thread Lukas Tribus
Hi Seri, > # cat host_to_backend.map > Host to Backend mapping list > # Edge Domain I don't think you can do that, please remove any comments, newlines and unnecessary spaces from those files. Lukas

RE: haproxy segmentation fault

2014-09-20 Thread Seri
Hi, Lucas > # ./haproxy -c -f ./h.conf -p /var/run/haproxy.pid > Segmentation fault and haproxy crashes when starting # ./haproxy -f ./h.conf -p /var/run/haproxy.pid Segmentation fault Regards, Seri

RE: haproxy segmentation fault

2014-09-20 Thread Seri
Hi Lucas, > Can you post haproxy -vv output? > > Does haproxy crashes right away when starting, > when the first request comes in or sporadically? > > Can you reliably reproduce it and can you help > us do the same? > > Can you show some example content of ip_blacklist.acl > and host_to_backend.

RE: haproxy segmentation fault

2014-09-20 Thread Lukas Tribus
Hi Seri, > In recent haproxy 1.5 git repository, > segmentation fault was occurred. Can you post haproxy -vv output? Does haproxy crashes right away when starting, when the first request comes in or sporadically? Can you reliably reproduce it and can you help us do the same? Can you show som