Re: 1.5-dev18 segfaults with "stats bind-process"

2013-04-20 Thread Willy Tarreau
On Sat, Apr 20, 2013 at 11:48:12AM -0700, Bryan Talbot wrote: > ok, so the globals were position dependent. I did have bind-process in the > stats listen section but started stripping entries from the configuration > to make the segfault reproduce with a minimal config. > > So, without the patch

Re: 1.5-dev18 segfaults with "stats bind-process"

2013-04-20 Thread Bryan Talbot
ok, so the globals were position dependent. I did have bind-process in the stats listen section but started stripping entries from the configuration to make the segfault reproduce with a minimal config. So, without the patch global nbproc 2 stats socket /var/lib/haproxy/stats user haproxy g

Re: 1.5-dev18 segfaults with "stats bind-process"

2013-04-20 Thread Willy Tarreau
On Fri, Apr 19, 2013 at 06:13:12PM -0700, Bryan Talbot wrote: > I'm testing out nbproc for ssl offloading for the first time and ran into > an issue with "stats bind-process" which seems to segfault on startup. > > # cat x.cfg > global > nbproc 2 > stats bind-process 1 > > listen stats > bi