I upgraded nginx to nginx-1.4.7 and then issued the command nginx -s reload. Maybe nginx -s reload didn't actually used the latest binary. Well, now i killed all other nginx using following command :
killall -9 nginx nginx (to start new binary) On Thu, Mar 27, 2014 at 6:03 PM, Maxim Dounin <[email protected]> wrote: > Hello! > > On Thu, Mar 27, 2014 at 05:32:08PM +0500, shahzaib shahzaib wrote: > > > You can check the following version now : > > > > [root@DNTX002 nginx-1.4.7]# nginx -V > > nginx version: nginx/1.4.7 > > built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) > > configure arguments: --with-http_mp4_module --with-http_flv_module > > --with-file-aio --sbin-path=/usr/local/sbin --with-debug > > > > > > Still the /var/log/messages showing the following errors : > > > > Mar 27 12:32:12 DNTX002 kernel: nginx[12215]: segfault at 40172f51c ip > > 000000000046a482 sp 00007fff1fd93810 error 4 in nginx > > (deleted)[400000+92000] > > Mar 27 12:32:12 DNTX002 abrt[12401]: File '/usr/local/sbin/nginx' seems > to > > be deleted > > According to the logs, it's previous version which segfaults (note > that the file was deleted, hence the version on disk, if any, is > different one). > > Likley you've forgot to upgrade the binary running. > > -- > Maxim Dounin > http://nginx.org/ > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
