On Wed, Jan 01, 2014 at 03:21:34PM +0000, William Lewis wrote: > Hi Willy, > > Looks like you were right about a libpcre bug, with that patch applied I no > longer get the crash.
OK interesting. > Is there anything more I can do other than not use libpcre? If you build without specifying USE_PCRE, you will fall back to the default regex from your libc. It fixed the issue for Kevin as well. It would be worth reporting this to your OS vendor, because it's possible that there's a bug in this specific package. Alternatively, you could try to install your own copy of libpcre in a directory and build haproxy statically linked with it (USE_STATIC_PCRE=1 PCRE_LIB=/path/to/lib PCRE_INC=/path/to/inc). Willy

