Fast-CGI application getting SIGKILL
"Victor Doss" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am getting SIGKILL after certain interval (10-20 seconds) in my FastCGI application. Happens only on my hosting machine (Linux btw). My home machine is ok. I could duplicate it with the fast-cgi example code as well. Just added a sleep(1) in the FCGI_Accept loop of echo.c and ran this script... #!/bin/bash var0=0 LIMIT=5 while [ "$var0" -lt "$LIMIT" ] do var0=`expr $var0 + 1` strace -f -t -tt -f -ff -o cgi-fcgi-strace.$$ ../bin/cgi-fcgi -connect ./mythsock .libs/echo done Attached are the trace output... Appriciate any help. I am stuck for last few days on this one. Regards Victor ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/
cgi-fcgi-strace.16711
(application/octet-stream, 5.2 KB) - not displayed
cgi-fcgi-strace.16711.16716
(application/octet-stream, 4.9 KB) - not displayed
cgi-fcgi-strace.16711.16814
(application/octet-stream, 4.8 KB) - not displayed
cgi-fcgi-strace.16711.16924
(application/octet-stream, 4.8 KB) - not displayed
cgi-fcgi-strace.16711.16970
(application/octet-stream, 4.9 KB) - not displayed
cgi-fcgi-strace.16711.17030
(application/octet-stream, 4.9 KB) - not displayed
cgi-fcgi-strace.16711.17105
(application/octet-stream, 4.9 KB) - not displayed
cgi-fcgi-strace.16711.17174
(application/octet-stream, 4.9 KB) - not displayed
cgi-fcgi-strace.16711.17250
(application/octet-stream, 4.9 KB) - not displayed
cgi-fcgi-strace.16711.17340
(application/octet-stream, 4.9 KB) - not displayed