❦ 12 décembre 2014 02:08 GMT, David Adams <[email protected]> :
> I ran strace on it just before CRASHTIME. It stopped on cue, with an
> exit code of 134.
>
> The strace output is here: haproxy strace - Pastebin.com
>
> As you'll see, it looks very strange - immediately after a series of
> futex calls (I've no idea of their significance, only noting that they
> don't appear in the strace at other times) then system returns a
> number of "No such file or directory" errors on a variety of system
> files, despite them being present before and after.
Your haproxy seems to crash while executing NSS-related code. ou can try
to remove the chroot directive and check if the problem still remains
after that.
Also, what is the content of your /etc/nsswitch.conf?
--
Avoid multiple exits from loops.
- The Elements of Programming Style (Kernighan & Plauger)