nginx-0.8.53 segfault

Maxim Dounin mdounin at mdounin.ru
Fri Jan 14 18:55:07 MSK 2011


Hello!

On Fri, Jan 14, 2011 at 01:26:30PM +0100, Maxim C. wrote:

> Maxim, thank you.
> 
> My CFLAGS variable wasn't empty, after setting it to CFLAGS="-ggdb" 
> before configure i got nginx binary with debugging symbols.

[...]

> Program terminated with signal 11, Segmentation fault.
> #0  0x080aaca8 in ngx_http_file_cache_update (r=0x82085a8, tf=0x820a4ec)
>     at src/http/ngx_http_file_cache.c:790
> 790      if (c->updated) {
> (gdb) bt
> #0  0x080aaca8 in ngx_http_file_cache_update (r=0x82085a8, tf=0x820a4ec)
>     at src/http/ngx_http_file_cache.c:790

Could you please show output of the following gdb commands:

fr 0
p c
p *r
p *c

?

It would be helpful to obtain debug log as well, but I don't 
expect it would be trivial.

Maxim Dounin



More information about the nginx mailing list