Hi Cyril, On Wed, Oct 23, 2013 at 11:26:24PM +0200, Cyril Bonté wrote: > Hi Rainer, > > Le 23/10/2013 23:14, Rainer Duffner a écrit : > > > >Am 30.07.2013 um 21:40 schrieb Lukas Tribus <[email protected]>: > > > >>Hi Rainer! > >> > >> > >>>I'm using haproxy on FreeBSD 9.1-amd64 inside a VMware VM. > >>> > >>>I realized that when I have a situation where all servers in a backend > >>>are down, haproxy crashes: > > Well, then I think you're in the situation of this bug fix : > http://haproxy.1wt.eu/git?p=haproxy-1.4.git;a=commit;h=d362dc75f3dfa7062e5c2cb7822ad12ffb755389 > > Maybe you should try with the current snapshot of haproxy 1.4. > > >#0 0x000000000043d0e9 in process_session (t=0x801866f00) at > >src/session.c:1434 > >#1 0x0000000000408420 in process_runnable_tasks (next=0x7fffffffdafc) at > >src/task.c:234 > >#2 0x00000000004028e3 in run_poll_loop () at src/haproxy.c:1002 > >#3 0x000000000040455d in main (argc=<value optimized out>, > >argv=0x7fffffffdba0) at src/haproxy.c:1288 > > This trace looks to confirm it : src/session.c:1434, this is where the > header is added.
That's what I think as well, especially since there is a syntax error in the config file which crashes that makes it lose the server. And this bug indeed triggered on server-less configs. Willy

