Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 2297)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#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

#62 fixed Audio fails when seeking with ngx_http_mp4_module somebody Igor Ajdisek
Description

When you try to seek into the part of the video that hasn't been downloaded yet, video continues but audio disappears, although mp4 fIle requested contains moov atom at the begging and flash player sends ?start=0 with initial request.

This happens only with ngx_http_mp4_module. If we use nginx with compiled ngx_mod_h264_streaming module this works without any issues with the same file on the same server (kernel).

Tested with JW and Flowplayer.

Br, Igor Ajdisek

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.