nginx-0.8.53 segfault
Maxim Dounin
mdounin at mdounin.ru
Fri Jan 14 19:22:03 MSK 2011
Hello!
On Fri, Jan 14, 2011 at 05:07:29PM +0100, Maxim C. wrote:
> (gdb) fr 0
> #0 0x080aaca8 in ngx_http_file_cache_update (r=0x1, tf=0x10)
> at src/http/ngx_http_file_cache.c:790
> 790 if (c->updated) {
This doesn't looks like the same core (actually, this one looks
like corrupted core file, probably you happened to run gdb during
coredump to the same file). In your previous message this stack
frame looked like:
>>> #0 0x080aaca8 in ngx_http_file_cache_update (r=0x82085a8, tf=0x820a4ec)
>>> at src/http/ngx_http_file_cache.c:790
Note r and tf are valid pointers.
Maxim Dounin
More information about the nginx
mailing list