Hi, On Tue, Mar 13, 2012 at 07:05:36PM +0100, Baptiste wrote: > Hey, > > I guess Willy would be keen to get the core dump and the haproxy > binary with its configuration. > You should try to reach him directly.
Yes Sander, please can you send me a core if you're still willing to run it ? For this, you need to set "ulimit -c unlimited" before starting haproxy and to disable "user", "group" and "chroot" settings in the global section. I really understand it can be too much for you depending on your usage. If you could send me your config in private (without sensible info such as stats password), it would immensely help. BTW, if you cannot get a core but you have gdb on the machine, attaching gdb to the running process is another solution : # gdb > attach <haproxy_pid> > cont Continuing Then wait for gdb to return to prompt (indicating a crash) then please do : > bt then you can send the output. Then you can exit with "quit" and restart the process. Thanks very much for reporting this, we'll do our best to get it fixed! Willy

