Hi!
> I've been running 1.5-dev releases for about 6 months now, and have > been running dev19 since it was released in June. It seems to be > crashing on me more than the previous builds. Are you implying older releases crashed as well, but no so often? When updating your build, as per Baptiste suggestion, please configure it so that haproxy dumps a core. How can read here howto do it: http://www.mail-archive.com/[email protected]/msg09834.html You don't need to enable debug mode (remove the DEBUG statement from the make line and don't start haproxy in debug mode), as the core dump will provide enough informations anyway (the CFLAGS are important when compiling). You may use -O1 instead of -O0, if you have performance problems. When haproxy crashes again, it should produce a core, which you need to backtrace with gdb or provide core + executable. Cheers, Lukas

