DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17548>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17548 Hanging httpd processes... trace below Summary: Hanging httpd processes... trace below Product: Apache httpd-1.3 Version: 1.3.27 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] An strace gives me the following... ... gettimeofday({1046470949, 388345}, NULL) = 0 poll([{fd=10, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 recvfrom(10, "\213o\201\200\0\1\0\1\0\2\0\2\4code\vnewsclr\3co"..., 65536, 0 , {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("142.77.2.36")}, [1 6]) = 131 close(10) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 10 connect(10, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr ("207.126.64.50")}, 16) = 0 send(10, "GET /1/code.js"..., 43, 0) = 43 send(10, "Host: www.domain.com\r\n", 28, 0) = 28 send(10, "\r\n", 2, 0) = 2 select(11, [10], NULL, NULL, {60, 0}) = 1 (in [10], left {59, 930000}) recv(10, 0x83d4d64, 8192, 0) = -1 ECONNRESET (Connection reset by pee r) fsync(10) = -1 EINVAL (Invalid argument) shutdown(10, 0 /* receive */) = -1 ENOTCONN (Transport endpoint is not connected) select(11, NULL, [10], [10], NULL -- It just ends there. Lots of these processes are just accumulating waiting for the same thing. any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
