Changes between Initial Version and Version 1 of Ticket #1786


Ignore:
Timestamp:
06/01/19 15:07:52 (5 years ago)
Author:
Maxim Dounin
Comment:

Please provide full configuration and the Perl code in question.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1786 – Description

    initial v1  
    22
    33stack:
    4 
     4{{{
    55(gdb) bt
    66#0  ngx_http_perl_output (r=r@entry=0x1e77480, b=b@entry=0x1e521d8) at nginx.xs:76
     
    4040#19 0x0000000000485c5f in ngx_master_process_cycle (cycle=cycle@entry=0xc5dd00) at src/os/unix/ngx_process_cycle.c:131
    4141#20 0x000000000045acd2 in main (argc=<optimized out>, argv=<optimized out>) at src/core/nginx.c:382
     42}}}
    4243
    4344details:
    4445
     46{{{
    4547#0  ngx_http_perl_output (r=r@entry=0x1e77480, b=b@entry=0x1e521d8) at nginx.xs:76
    4648        out = {buf = 0x0, next = 0x1e77480}
     
    5557        path = {len = 124,
    5658
     59}}}
    5760
    5861reason:
     
    6164
    6265from sources (nginx.xs:76):
    63 
     66{{{
    6467   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)
    6568
     
    6972            return NGX_ERROR;
    7073        }
    71 
     74}}}
    7275defect:
    7376