segfault in 1.1.4
Maxim Dounin
mdounin at mdounin.ru
Thu Sep 22 01:21:41 UTC 2011
Hello!
On Wed, Sep 21, 2011 at 01:58:02PM +0200, Jérôme Loyet wrote:
> 2011/9/21 Maxim Dounin <mdounin at mdounin.ru>:
> > Hello!
> >
> > On Wed, Sep 21, 2011 at 01:05:49PM +0200, Jérôme Loyet wrote:
> >
> >> Hi,
> >>
> >> after migrating to 1.1.4 from 1.0.4, nginx would segfault on some cases.
> >>
> >> I've tracked down the problem to a double free in the upstream module.
> >> Here is a patch. I don't know if it's the right solution to fix this:
[...]
> > It looks like this resulted in "connection
> > already closed" alerts previously and may resulted in problems
> > with ssl upstream connections (up to similar segmentation faults).
> >
> > Better patch would be
>
> yes you are right, this patch is much better. I've just tried it and
> it works well.
Ok, thanks for testing.
BTW, just to clarify things: are you using upstream fair or some
other 3rd party balancer module?
Both standard balancers (round-robin and ip hash) explicitly set
pc->connection (i.e. u->peer.connection) to NULL and this will
never happen.
Maxim Dounin
More information about the nginx-devel
mailing list