Fast-CGI application getting SIGKILL

"Victor Doss" <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Posting again with more info. I am getting SIGKILL while running even the
example "echo" program after ~20 seconds on one machine. Any insight
welcome.

%../bin/cgi-fcgi -connect /tmp/mysock .libs/echo

System:
%uname -a
Linux <snip> 2.4.25-ow1 #6 SMP Thu Dec 16 10:14:02 PST 2004 i686 unknown

Here is the strace of example code "echo"...

1140332155.957205 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
1140332155.957467 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
1140332155.957539 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1140332155.957604 nanosleep({2, 0}, {2, 0}) = 0
1140332157.966552 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
1140332157.966656 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
1140332157.966724 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1140332157.966778 nanosleep({2, 0}, {2, 0}) = 0
1140332159.976571 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
1140332159.976681 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
1140332159.976751 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1140332159.976815 nanosleep({2, 0}, {2, 0}) = 0
1140332161.986591 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
1140332161.986657 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
1140332161.986707 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1140332161.986753 nanosleep({2, 0}, {2, 0}) = 0
1140332163.996555 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
1140332163.996689 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
1140332163.996749 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1140332163.996812 nanosleep({2, 0}, {2, 0}) = 0
1140332166.006598 brk(0)                = 0x8049b44
1140332166.006653 brk(0x804ab44)        = 0x804ab44
1140332166.006694 brk(0x804b000)        = 0x804b000
1140332166.006754 rt_sigaction(SIGPIPE, NULL, {SIG_DFL}, 8) = 0
1140332166.006805 rt_sigaction(SIGPIPE, {0x12a734, [], 0x4000000}, NULL, 8)
= 0
1140332166.006860 rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0
1140332166.006909 rt_sigaction(SIGUSR1, {0x12a718, [], 0x4000000}, NULL, 8)
= 0
1140332166.006984 getpeername(0, 0xbfffe870, [112]) = -1 ENOTCONN (Transport
endpoint is not connected)
1140332166.007061 accept(0, {sin_family=AF_UNIX, path="$^Q"}, [2]) = 1
1140332166.007176 select(2, [1], NULL, NULL, {2, 0}) = 1 (in [1], left {2,
0})
1140332166.007343 brk(0x804c000)        = 0x804c000
1140332166.007400 read(1,
"\1\1\0\1\0\10\0\0\0\1\0\0\0\0\0\0\1\4\0\1\4E\3\0\7&MAN"..., 8192) = 1136
1140332166.007505 brk(0x804d000)        = 0x804d000
1140332166.007559 brk(0x804f000)        = 0x804f000
1140332166.007606 getpid()              = 32098
1140332166.007720 write(1, "\1\6\0\1\t~\2\0Content-type: text/html\r"...,
2464) = 2464
1140332166.007950 shutdown(1, 1 /* send */) = 0
1140332166.008018 select(2, [1], NULL, NULL, {2, 0}) = 1 (in [1], left {2,
0})
1140332166.008212 read(1, "", 1024)     = 0
1140332166.008288 close(1)              = 0
1140332166.008356 accept(0, 0xbfffe820, [112]) = ? ERESTARTSYS (To be
restarted)
1140332180.252943 +++ killed by SIGKILL +++

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.