Hi!
> 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 So this is reproducible? It may be connected to the crash bug fixed in commit 0fc36e3ae99: http://haproxy.1wt.eu/git?p=haproxy.git;a=commit;h=0fc36e3ae99ccbe6de88cf64093f3045e526d088 Could you try HAProxy snapshot 20130707 (haproxy-ss-20130707.tar.gz) or later: http://haproxy.1wt.eu/download/1.5/src/snapshot/ Otherwise, kindly provide a coredump + gdb stack trace: http://www.mail-archive.com/[email protected]/msg09472.html Regards, Lukas

