<div dir="ltr"><div><div>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 :<br>
<br></div>killall -9 nginx<br></div>nginx (to start new binary)<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 27, 2014 at 6:03 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div class=""><br>
On Thu, Mar 27, 2014 at 05:32:08PM +0500, shahzaib shahzaib wrote:<br>
<br>
> You can check the following version now :<br>
><br>
> [root@DNTX002 nginx-1.4.7]# nginx -V<br>
> nginx version: nginx/1.4.7<br>
> built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)<br>
> configure arguments: --with-http_mp4_module --with-http_flv_module<br>
> --with-file-aio --sbin-path=/usr/local/sbin --with-debug<br>
><br>
><br>
> Still the /var/log/messages showing the following errors :<br>
><br>
> Mar 27 12:32:12 DNTX002 kernel: nginx[12215]: segfault at 40172f51c ip<br>
> 000000000046a482 sp 00007fff1fd93810 error 4 in nginx<br>
> (deleted)[400000+92000]<br>
> Mar 27 12:32:12 DNTX002 abrt[12401]: File '/usr/local/sbin/nginx' seems to<br>
> be deleted<br>
<br>
</div>According to the logs, it's previous version which segfaults (note<br>
that the file was deleted, hence the version on disk, if any, is<br>
different one).<br>
<br>
Likley you've forgot to upgrade the binary running.<br>
<div class="im HOEnZb"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>