Nov 6 04:29:13 sv1 kernel: nginx[62598]: segfault at 0 ip
0000000000438f38
sp 0 0007fffa5a934c0 error 4 in nginx (deleted)[400000+e2000]
Nov 6 04:29:13 sv1 abrt[22289]: File ‘/usr/sbin/nginx’ seems to be
deleted
Nov 6 04:29:13 sv1 abrt[22289]: Not saving repeating crash in
‘/usr/sbin/nginx’
Nov 6 04:29:17 sv1 abrtd: Package ‘nginx’ isn’t signed with proper key
Nov 6 04:29:17 sv1 abrtd: ‘post-create’ on
‘/var/spool/abrt/ccpp-2014-11-06-04: 29:08-56907’ exited with
1
Nov 6 04:29:17 sv1 abrtd: Deleting problem directory
‘/var/spool/abrt/ccpp-2014 -11-06-04:29:08-56907’
On Thu, Nov 06, 2014 at 12:32:58AM -0500, khav wrote:
Nov 6 04:29:17 sv1 abrtd: Deleting problem directory
‘/var/spool/abrt/ccpp-2014 -11-06-04:29:08-56907’
How can i fix this
The message suggests the nginx binary on disk is not the one which
is running. You have to restart nginx or follow the binary
upgrade procedure, see Controlling nginx.
Nov 15 11:22:06 sv1 abrtd: Package ‘nginx’ isn’t signed with proper key
Nov 15 11:22:06 sv1 abrtd: ‘post-create’ on
‘/var/spool/abrt/ccpp-2014-11-15-11:21:50-44431’ exited with 1
Nov 15 11:22:06 sv1 abrtd: Deleting problem directory
‘/var/spool/abrt/ccpp-2014-11-15-11:21:50-44431’
Nov 15 11:27:47 sv1 kernel: nginx[9263]: segfault at 0 ip
0000000000438f38
sp 00007fff961821b0 error 4 in nginx[400000+e2000]
Nov 15 11:27:54 sv1 abrtd: Directory ‘ccpp-2014-11-15-11:27:47-9263’
creation detected
Earlier i was using nginx install from epel repo and then i compiled
from
source
On Sat, Nov 15, 2014 at 07:37:44AM -0500, khav wrote:
creation detected
These are different errors - there are no “… seems to be
deleted” errors as you may notice, so it should be able to obtain
proper stack traces now to find out why segfault happens.
Earlier i was using nginx install from epel repo and then i compiled from
source
You may want to follow generic hints outlined here:
In this particular case I would recommend you to start looking
from “nginx -V” output (look 3rd party modules, try to test
without them if there are any) and a stack backtrace.