Welcome! Log In Create A New Profile

Advanced

Re: zero size buf in output(Bug?)

Maxim Dounin
October 10, 2012 07:02AM
Hello!

On Wed, Oct 10, 2012 at 02:07:43AM +0400, Andrey Feldman wrote:

> Tried your patch, but after few minutes workers starts crashing.
> GDB:
>
> Core was generated by `nginx: worker process '.
> Program terminated with signal 11, Segmentation fault.
> #0 0x000000000040ab19 in ngx_vslprintf (buf=0x7fff9e5f2785 <Address
> 0x7fff9e5f2785 out of bounds>,
> last=0x7fff9e5f2f50 <Address 0x7fff9e5f2f50 out of bounds>,
> fmt=<value optimized out>, args=0x7fff9e5f2730) at
> src/core/ngx_string.c:178
> 178 while (*fmt >= '0' && *fmt <= '9') {

Strange. What's in backtrace?

>
>
>
>
> On 10/09/2012 11:36 PM, Maxim Dounin wrote:
> >Thank you for report. From debug log it's more or less clear what
> >goes on here, it indeed affects HEAD (as well as other header
> >only) requests while loading cache entry.
> >
> >I'm able to reproduce it here with the following config:
> >
> > location = /proxy {
> > proxy_pass http://127.0.0.1:8080/10m;
> > proxy_cache one;
> > proxy_cache_valid any 5s;
> > sendfile off;
> > output_buffers 1 1024;
> > }
> >
> >It's more or less harmless (i.e. no bad things happen, worst one
> >is log entry).
> >
> >Quick fix would be to do something like this:
> >
> >--- a/src/http/ngx_http_upstream.c
> >+++ b/src/http/ngx_http_upstream.c
> >@@ -2075,6 +2075,8 @@ ngx_http_upstream_send_response(ngx_http
> > r->write_event_handler = ngx_http_request_empty_handler;
> > c->error = 1;
> >
> >+ u->pipe->downstream_error = 1;
> >+
> > } else {
> > ngx_http_upstream_finalize_request(r, u, rc);
> > return;
> >
> >Though it probably needs more attention. I'll take a look as time
> >permits.
> >
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

--
Maxim Dounin
http://nginx.com/support.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

zero size buf in output(Bug?)

Priority1 October 09, 2012 10:52AM

Re: zero size buf in output(Bug?)

Maxim Dounin October 09, 2012 03:38PM

Re: zero size buf in output(Bug?)

Priority1 October 09, 2012 06:08PM

Re: zero size buf in output(Bug?)

Maxim Dounin October 10, 2012 07:02AM

Re: zero size buf in output(Bug?)

Priority1 October 10, 2012 09:44AM

Re: zero size buf in output(Bug?)

Maxim Dounin October 10, 2012 12:52PM

Re: zero size buf in output(Bug?)

Andre Jaenisch October 10, 2012 02:08PM

Re: zero size buf in output(Bug?)

Maxim Dounin October 10, 2012 02:30PM

Re: zero size buf in output(Bug?)

Priority1 October 10, 2012 02:32PM

Re: zero size buf in output(Bug?)

Priority1 October 10, 2012 03:06PM

Re: zero size buf in output(Bug?)

Maxim Dounin October 10, 2012 05:18PM

Re: zero size buf in output(Bug?)

VBart October 10, 2012 02:30PM

Re: zero size buf in output(Bug?)

milordk August 27, 2013 09:37AM

Re: zero size buf in output(Bug?)

milordk August 27, 2013 09:43AM

Re: zero size buf in output(Bug?)

B.R. August 27, 2013 12:50PM

Re: zero size buf in output(Bug?)

Richard Stanway August 27, 2013 05:14PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 106
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready