Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 2297)

Ticket Resolution Summary Owner Reporter
#53 fixed Nginx fails to accept new connection if active worker crashes somebody Fasih
Description

If nginx is configured with multiple workers, killing the active worker causes nginx to "hang".

Further investigations(with nginx at debug level) showed that all threads are fine but none of the workers are getting the ngx_accept_mutex_lock.

Master tries to release the ngx_accept_mutex_lock if the dead process was holding it [ https://svn.nginx.org/nginx/browser/nginx/trunk/src/os/unix/ngx_process.c?annotate=blame#L503] but doesnt look like the value is set anywhere.

I think https://svn.nginx.org/nginx/changeset/612/nginx broke it.

I have been using nginx only for a couple of months now so I am not very sure of the diagnosis, please feel free to correct.

#54 fixed SEGFAULT in 1.0.9 somebody www.google.com/accounts/o8/id?id=AItOawlrkCvTFNQql78chIYueQX_3DBjOlJsesQ
Description

Segmentation faults in worker processes since 1.0.9 version. nginx configuration is the same as in 1.0.8. 1.0.10 version same behavior as 1.0.9

In debug log and backtraces looks like SSL issue. (see in attachment)

openssl version OpenSSL 0.9.8q 2 Dec 2010 (FreeBSD 8.2-RELEASE bundled)

nginx made from ports. Compiller options: CPUTYPE?=native CFLAGS= -O2 -fno-strict-aliasing -pipe

Snip from error log: 2011/11/17 10:20:05 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:05 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:50 [notice] 41539#0: signal 20 (SIGCHLD) received 2011/11/17 10:20:50 [alert] 41539#0: worker process 41543 exited on signal 11 (core dumped) 2011/11/17 10:20:50 [notice] 41539#0: start worker process 41565 2011/11/17 10:20:50 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:50 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:50 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:51 [notice] 41539#0: signal 20 (SIGCHLD) received 2011/11/17 10:20:51 [alert] 41539#0: worker process 41541 exited on signal 11 (core dumped) 2011/11/17 10:20:51 [notice] 41539#0: start worker process 41566 2011/11/17 10:20:51 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:51 [notice] 41539#0: signal 23 (SIGIO) received 2011/11/17 10:20:51 [notice] 41539#0: signal 23 (SIGIO) received

#56 fixed MIME type image/svg+xml for filename extension .svgz somebody Steffen Weber
Description

The default mime.types contains:

image/svg+xml svg;

IMO "svgz" should be added:

image/svg+xml svg svgz;

Wikipedia lists ".svgz" as a valid filename extension for gzipped SVG files: http://en.wikipedia.org/wiki/Scalable_Vector_Graphics

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.