Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx-0.8.21
On Thu, Oct 29, 2009 at 11:50:18PM +0300, proforg wrote:
> 2009/10/29 Igor Sysoev <is@xxxxxxxxxxxxx>
> > 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
--
Игорь Сысоев
http://sysoev.ru
|