Changes between Initial Version and Version 1 of Ticket #1238
- Timestamp:
- 04/06/17 17:18:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1238
- Property Status new → accepted
-
Ticket #1238 – Description
initial v1 1 1 This is a minimal server configuration used to reproduce the problem (only the map & server section, the rest is the default configuration from nginx.org centos 7 nginx-1.10.3 package). 2 2 3 {{{ 3 4 map $arg_test $limit_rate { 4 5 default 128k; … … 13 14 } 14 15 } 16 }}} 15 17 16 18 If a request to an affected location is made, nginx crashes with the following stack. 17 19 20 {{{ 18 21 Program terminated with signal 7, Bus error. 19 22 #0 ngx_http_variable_request_set_size (r=0x7fb5c2761650, v=<optimized out>, data=140418628385320) at src/http/ngx_http_variables.c:730 … … 38 41 #12 0x00007fb5c1295283 in ngx_master_process_cycle (cycle=cycle@entry=0x7fb5c2745930) at src/os/unix/ngx_process_cycle.c:130 39 42 #13 0x00007fb5c127039d in main (argc=<optimized out>, argv=<optimized out>) at src/core/nginx.c:367 43 }}}