Hi Thomas,

> In the last commit for HAProxy 1.5dev25,
> 0014-MINOR-fix-a-few-memory-usage-errors, the process crashes
> when the first connect comes in.
>
> --
> Thu May 15 18:44:21 2014 kern.info kernel: [589854.655404]
> haproxy[22649] general protection ip:6a8279b89ceb sp:775da6be3cb0
> error:0 in libpcreposix.so.0.0.0[6a8279b89000+2000]

Seems related to PCRE, can you show us your configuration, does
it use PCRE/regexps?

Can you do a
$ ulimit -c unlimited

on your shell, before you start haproxy. This way, a coredump
should be generated and you could post a gdb backtrace:

 $ gdb haproxy core
 (gdb)$ backtrace full



Regards,

Lukas

                                          

Reply via email to