Hi, I'm using haproxy 1.5-dev19 on centos 6.4 (2.6.32-358.23.2.el6.x86_64).
And when the maxconn value is reached, haproxy crashed . Log message : haproxy kernel: : haproxy[4487]: segfault at 2a8 ip 0000000'0004541a5 sp 00007fff8c0a8c80 error 4 in haproxy[400000+80000] Exemple conf with low maxconn for testing : backend bk_myserv server s1 X.X.X.X:80 cookie s1 check maxconn 4 Regards, sborion

