On Tue, Jan 24, 2012 at 03:26:43PM +0100, "Brane F. Gra??nar" wrote: > On 01/24/2012 09:55 AM, ??ukasz Michalski wrote: > > W dniu 2012-01-23 12:44, Thomas Bender pisze: > > > I have no idea why haproxy stops working from time to time..There is not > > > much traffic on this system and I can not see any reasons (no peaks, > > > etc) why it randomly crashes up to 10 times a day (see attached > > > screenshots from zabbix, red marks are the times where i get the failure > > > email and monit restarted haproxy) > > > > > > Any ideas or approaches to locate the error? > > > > > > > If you installed it from package then the first check I would do is to > > recompile it from sources and see if it still crashes. > > +1 ~ i would recompile haproxy from source too. > > I've encountered only 1 (one) haproxy process crash on a quite busy > server in one year (1.4.14). 1.5-dev[5-7] never crashed on my setups. > > Server was a cheap box without ECC ram and i think that lack of ECC > support was the issue.
1.4.14 had a regression with response cookie processing, causing crashes if some response cookie had a space in them. From what I recall, it could only be triggered by "capture cookie" or cookie prefix mode. But this version did not last long as 1.4.15 was emitted with just this fix a few days later. I'd call this "bad luck" :-) Willy

