nginx 0.8.45-0.8.49 segfault bug
Maxim Dounin
mdounin at mdounin.ru
Wed Sep 1 17:36:30 MSD 2010
Hello!
On Wed, Sep 01, 2010 at 09:10:45AM -0400, zhijianpeng wrote:
> And in 0.8.49
>
> Core was generated by `sbin/nginx -c conf/nginx.conf'.
> Program terminated with signal 11, Segmentation fault.
> [New process 20862]
> #0 ngx_http_terminate_request (r=0x180dac00, rc=400) at
> src/http/ngx_http_request.c:2073
> 2073 cln = cln->next;
This looks better, but indicate that somebody smashed cleanup
chain in request cleanup handler. This may be easily caused by
modules (not even talking about patches).
If you are able to reproduce the problem without third party /
local patches and modules - please provide more details, i.e.
debug log and config to reproduce the problem.
See here for details:
http://wiki.nginx.org/NginxDebugging
Maxim Dounin
More information about the nginx
mailing list