Hi guys,

On Thu, Oct 09, 2014 at 11:57:03AM -0700, Bryan Talbot wrote:
> I think I can reproduce this and a similar bug that causes a SEGFAULT (on
> load or config check) when 'disabled' appears in a backend using the config
> shown below.
> 
> 
> defaults
>   timeout client 5s
>   timeout server 5s
> 
> frontend main :8888
>   default_backend one
> 
> backend one
> 
> backend two
>   disabled
> 

This is a serious bug, I don't understand how it could happen, so it
make me think that there's a side effect somewhere of the code move,
but I can't understand which one. I have to analyse it.

> A git bisect shows it breaking with commit
> 
> 91b00c2194b728ccd61133cca83f03de3650b674 is the first bad commit
> commit 91b00c2194b728ccd61133cca83f03de3650b674
> Author: Willy Tarreau <w...@1wt.eu>
> Date:   Tue Sep 16 13:41:21 2014 +0200
> 
>     MEDIUM: config: compute the exact bind-process before listener's
> maxaccept

(...)

Thank you Brian, that's really useful, it saves me quite some time!
I'll check this tomorrow as this evening I'm exhausted.

Best regards,
Willy


Reply via email to