On Tue, Aug 26, 2008 at 08:53:47PM +0200, Marcus Bianchy wrote:
Igor Sysoev schrieb:
It seems that you have "max_fails=0" in some upstream.
The recent Maxim's patch fixes the bug or you may try nginx-0.7.12.
Hi Igor,
thanks for the update.
Meanwhile I have 2 coredumps with the FPE. And guess what I've found:
#0 0x08079df3 in ngx_http_upstream_free_round_robin_peer (pc=0x9da9cd8,
data=0x9daa3a0,
state=4) at src/http/ngx_http_upstream_round_robin.c:648
648 peer->current_weight -= peer->weight / peer->max_fails;
I will discuss the further steps with my colleagues tomorrow. Maybe
we're trying Maxim's patch or trying nginx 0.7.13.
Yes, this is the same bug.