nginx-0.8.21

proforg proforg at maloletka.ru
Fri Oct 30 16:21:42 MSK 2009


2009/10/30 Igor Sysoev <is at rambler-co.ru>:
> On Thu, Oct 29, 2009 at 11:50:18PM +0300, proforg wrote:
>
>> 2009/10/29 Igor Sysoev <is at rambler-co.ru>
>> > p ngx_cycle->connections[655]->write->handler
>> > p ((ngx_http_request_t *) ngx_cycle->connections[655]->data)->out->buf->file->aio.event
>> >
>> > p ngx_cycle->connections[651]->write->handler
>> > p ((ngx_http_request_t *) ngx_cycle->connections[651]->data)->out->buf->file->aio.event
>>
>> (gdb) p ngx_cycle->connections[655]->write->handler
>> $1 = (ngx_event_handler_pt) 0x44509c <ngx_http_request_handler>
>>
>> (gdb) p ((ngx_http_request_t *)
>> ngx_cycle->connections[655]->data)->out->buf->file->aio.event
>> Cannot access memory at address 0x0
>
> ngx_cycle->connections[655]->data)->out
> ngx_cycle->connections[655]->data)->out->buf
> ngx_cycle->connections[655]->data)->out->buf->file
>
>> (gdb) p ngx_cycle->connections[651]->write->handler
>> $2 = (ngx_event_handler_pt) 0x44509c <ngx_http_request_handler>
>>
>> (gdb) p ((ngx_http_request_t *)
>> ngx_cycle->connections[651]->data)->out->buf->file->aio.event
>> Cannot access memory at address 0x0
>
> ngx_cycle->connections[651]->data)->out
> ngx_cycle->connections[651]->data)->out->buf
> ngx_cycle->connections[651]->data)->out->buf->file
>

мда.

(gdb) p ((ngx_http_request_t *) ngx_cycle->connections[655]->data)->out
$1 = (ngx_chain_t *) 0x0

(gdb) p ((ngx_http_request_t *) ngx_cycle->connections[651]->data)->out
$2 = (ngx_chain_t *) 0x0


-- 
Aleksej Besciokov
EMail/JID: proforg at maloletka.ru
phone: +7 495 7853149





More information about the nginx-ru mailing list