Changes between Initial Version and Version 1 of Ticket #1786
- Timestamp:
- 06/01/19 15:07:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1786 – Description
initial v1 2 2 3 3 stack: 4 4 {{{ 5 5 (gdb) bt 6 6 #0 ngx_http_perl_output (r=r@entry=0x1e77480, b=b@entry=0x1e521d8) at nginx.xs:76 … … 40 40 #19 0x0000000000485c5f in ngx_master_process_cycle (cycle=cycle@entry=0xc5dd00) at src/os/unix/ngx_process_cycle.c:131 41 41 #20 0x000000000045acd2 in main (argc=<optimized out>, argv=<optimized out>) at src/core/nginx.c:382 42 }}} 42 43 43 44 details: 44 45 46 {{{ 45 47 #0 ngx_http_perl_output (r=r@entry=0x1e77480, b=b@entry=0x1e521d8) at nginx.xs:76 46 48 out = {buf = 0x0, next = 0x1e77480} … … 55 57 path = {len = 124, 56 58 … 59 }}} 57 60 58 61 reason: … … 61 64 62 65 from sources (nginx.xs:76): 63 66 {{{ 64 67 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); // it looks ctx is equal to NULL here (maybe client is disconnected… who knows) 65 68 … … 69 72 return NGX_ERROR; 70 73 } 71 74 }}} 72 75 defect: 73 76