Welcome! Log In Create A New Profile

Advanced

Re: nginx 0.8.34 segmentation fault

Maxim Dounin
March 10, 2010 08:48AM
Hello!

On Wed, Mar 10, 2010 at 09:22:11PM +0800, proforg wrote:

> Приветсвую !
> после обновления до 0.8.34
> nginx начал "падать"
>
> 2010/03/10 16:15:00 [alert] 2213#0: worker process 18164 exited on
> signal 11 (core dumped)
>
> (gdb) bt
> #0 0x00000000004a2729 in ngx_http_fastcgi_process_header
> (r=0x3faa8e0) at src/http/modules/ngx_http_fastcgi_module.c:1261

[...]

Как-то так видимо:

--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -1254,7 +1254,7 @@ ngx_http_fastcgi_process_header(ngx_http

#if (NGX_HTTP_CACHE)

- if (f->large_stderr) {
+ if (f->large_stderr && r->cache) {
u_char *start;
ssize_t len;


(not tested)

Maxim Dounin

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

nginx 0.8.34 segmentation fault

proforg March 10, 2010 08:24AM

Re: nginx 0.8.34 segmentation fault

Maxim Dounin March 10, 2010 08:48AM

Re: nginx 0.8.34 segmentation fault

Igor Sysoev March 10, 2010 08:52AM

Re: nginx 0.8.34 segmentation fault

Maxim Dounin March 10, 2010 07:52PM

Re: nginx 0.8.34 segmentation fault

proforg March 10, 2010 10:02AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 158
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