kernel: nginx[18233]: segfault at 0000000000000008 rip 000000000043edf8 rsp 00007fff34a21fa0 err
Maxim Dounin
mdounin at mdounin.ru
Thu May 26 20:09:42 MSD 2011
Hello!
On Thu, May 26, 2011 at 05:59:38PM +0200, John Travolota wrote:
> It's a bit different segfault now: segfault at 0000000000000008 rip
> 000000000043a5ab rsp 00007fff43146db0 error 4
> Probably because i upgraded to version 1.3.I didn't do debugging,but i
> found out what exactly module causing segfault-it's geoip module.I
> noticed by reverting to ver seven first,and segfault occurred
> again,including when i changed conf to configure without SSI and
> SSL.Before this segfault error i didn't used geoip module.Perhaps is
> nginx overloaded due to a lot of request from redirected countries.Any
> idea how to fix it?
You may want to debug it further (see http://wiki.nginx.org/Debugging),
but please note that MaxMind's GeoIP library (the one which geoip
module uses) segfaults on incorrect/corrupted database[1].
Checking if your MaxMind's database isn't corrupted is a good idea.
[1] And this is one of the reasons I recommend using geo module
instead and always wonder if people use geoip.
Maxim Dounin
More information about the nginx
mailing list