I am having to keep restarting nginx. Have you guys came across this? It seems
to now happen at least once every other day.
nginx version: nginx/0.6.35
root at tail:~# ps -ef |grep nginx
webservd 785 783 0 10:15:07 ? 0:57 /usr/nginx/sbin/nginx
root 9378 17801 0 03:01:38 pts/27 0:00 grep nginx
root 783 2005 0 10:15:07 ? 0:00 /usr/nginx/sbin/nginx
webservd 784 783 0 10:15:07 ? 0:00 /usr/nginx/sbin/nginx
root at tail:~# pstack 785
785: /usr/nginx/sbin/nginx
feb64256 sendfilev (1, 10, 8047840, 2, 804783c)
080e6972 ngx_solaris_sendfilev_chain () + a42
root at tail:~# pstack 784
784: /usr/nginx/sbin/nginx
feb64256 sendfilev (1, b, 8047840, 2, 804783c)
080e6972 ngx_solaris_sendfilev_chain () + a42
root at tail:~# truss -p 785
sendfilev64(1, 16, 0x08047840, 2, 0x0804783C) (sleeping...)
^Croot at tail:~#
Next time this happens, I will try to capture some more data (pfiles, dtrace...)
--
This message posted from opensolaris.org