worker process 7035 exited on signal 11 (core dumped)

Alexey Rymonin x-phoenix at mail.ru
Tue Aug 28 22:51:13 MSD 2007


Hello Igor,

Thursday, August 16, 2007, 11:22:54 PM, you wrote:

IS> p events
IS> p i
IS> p event_list[i]
IS> p ngx_cycle->files[event_list[i].fd]
IS> p *c

Ну вот.... наконец-то нормальная корка.... свежеупавшая...

[root at snake nginx]# dbx sbin/nginx core
For information about new features see `help changes'
To remove this message, put `dbxenv suppress_startup_message 7.5' in your .dbxrc
Reading nginx
core file header read successfully
Reading ld.so.1
Reading libsocket.so.1
Reading libnsl.so.1
Reading librt.so.1
Reading libsendfile.so.1
Reading libpcre.so.0.0.1
Reading libdl.so.1
Reading libz.so.1
Reading libc.so.1
Reading libaio.so.1
Reading libmd5.so.1
program terminated by signal SEGV (no mapping at the fault address)
Current function is ngx_devpoll_process_events
  406           if (c->fd == -1) {
(dbx) gdb on                                                                 
(dbx) p events
events = 2
(dbx) p i     
i = 1
(dbx) p event_list[i]
event_list[i] = {
    fd      = 29
    events  = 1
    revents = 1
}
(dbx) p ngx_cycle->files[event_list[i].fd]
ngx_cycle->files[event_list[i].fd] = (nil)
(dbx) p *c                                
dbx: reference through nil pointer

-- 
Best regards,
 Alexey                            mailto:x-phoenix at mail.ru






More information about the nginx-ru mailing list