nginx-0.8.21
Igor Sysoev
is at rambler-co.ru
Fri Oct 30 08:51:32 MSK 2009
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
--
Игорь Сысоев
http://sysoev.ru
More information about the nginx-ru
mailing list