Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 90077 invoked from network); 25 Oct 2005 09:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 09:34:04 -0000 Received: (qmail 28556 invoked by uid 500); 25 Oct 2005 09:33:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 28349 invoked by uid 500); 25 Oct 2005 09:33:45 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 28304 invoked by uid 99); 25 Oct 2005 09:33:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 02:33:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 02:33:41 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9P9XLeM018854 for ; Tue, 25 Oct 2005 05:33:21 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9P9XDV09620 for ; Tue, 25 Oct 2005 05:33:15 -0400 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.4/8.13.4/Submit) id j9P9XBXx001963 for dev@httpd.apache.org; Tue, 25 Oct 2005 10:33:11 +0100 Date: Tue, 25 Oct 2005 10:33:11 +0100 From: Joe Orton To: dev@httpd.apache.org Subject: Re: svn commit: r327945 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c modules/http/http_request.c server/mpm/experimental/event/event.c Message-ID: <20051025093311.GA1708@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <20051024033318.921.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20051024033318.921.qmail@minotaur.apache.org> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Mon, Oct 24, 2005 at 03:33:17AM -0000, Brian Pane wrote: > Author: brianp > Date: Sun Oct 23 20:33:14 2005 > New Revision: 327945 > > URL: http://svn.apache.org/viewcvs?rev=327945&view=rev > Log: > Async write completion for Event MPM > (backported from async-dev branch to 2.3 trunk) httpd-test runs against the trunk are failing all over the place today, I guess caused by one of these changes... prefork is failing like: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/modules/proxy.t 13 11 84.62% 1-9 12-13 t/modules/proxy_balancer.t 1 1 100.00% 1 t/modules/rewrite.t 22 5 22.73% 17-18 20-22 t/protocol/echo.t 255 65280 8 8 100.00% 1-8 t/security/CAN-2005-2700.t 2 1 50.00% 1 ... plus almost all of t/ssl/* fail and similarly for worker, which also triggers a segfault in the proxy (attached the log output for worker) joe --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="httpd-test-on-trunk-worker-test.log" Content-Transfer-Encoding: 8bit + ./t/TEST [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /tmp/regressy17180/pf-trunk-worker/t/TEST /tmp/regressy17180/trunk-worker-root/bin/httpd -d /tmp/regressy17180/pf-trunk-worker/t -f /tmp/regressy17180/pf-trunk-worker/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.3.0-dev (worker MPM) waiting 180 seconds for server to start: ... waiting 180 seconds for server to start: ok (waited 2 secs) server localhost.localdomain:8529 started server localhost.localdomain:8530 listening (mod_nntp_like) server localhost.localdomain:8531 listening (mod_nntp_like_ssl) server localhost.localdomain:8532 listening (mod_ssl) server localhost.localdomain:8533 listening (ssl_optional_cc) server localhost.localdomain:8534 listening (mod_cache) server localhost.localdomain:8535 listening (proxy_http_reverse) server localhost.localdomain:8536 listening (mod_headers) server localhost.localdomain:8537 listening (mod_echo) server localhost.localdomain:8538 listening (mod_echo_ssl) server localhost.localdomain:8539 listening (error_document) server localhost.localdomain:8540 listening (mod_proxy) server localhost.localdomain:8541 listening (proxy_http_bal1) server localhost.localdomain:8542 listening (proxy_http_bal2) server localhost.localdomain:8543 listening (proxy_http_balancer) server localhost.localdomain:8544 listening (mod_vhost_alias) server localhost.localdomain:8545 listening (mod_include) server localhost.localdomain:8546 listening (proxy_http_https) server localhost.localdomain:8547 listening (proxy_https_https) server localhost.localdomain:8548 listening (proxy_https_http) [ info] adding source lib /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib to @INC [ info] adding source lib /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib to @INC [ info] adding source lib /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib to @INC t/apache/404................ok t/apache/acceptpathinfo.....ok t/apache/byterange..........ok t/apache/byterange2.........ok t/apache/chunkinput.........ok t/apache/contentlength......ok t/apache/errordoc...........ok t/apache/etags..............ok t/apache/getfile............ok t/apache/headers............ok t/apache/limits.............ok t/apache/options............ok t/apache/passbrigade........ok t/apache/post...............ok t/apache/pr35292............ok t/apache/pr35330............ok t/apache/rwrite.............ok t/apr/uri...................ok t/filter/case...............ok t/filter/case_in............ok t/filter/input_body.........ok t/http11/basicauth..........ok t/http11/chunked............ok t/http11/post...............ok t/modules/access............ok t/modules/alias.............ok t/modules/asis..............ok t/modules/autoindex.........ok t/modules/autoindex2........ok t/modules/cache.............ok t/modules/cgi...............ok t/modules/dav...............skipped all skipped: cannot find module 'HTTP::DAV' t/modules/deflate...........ok 3/7 skipped: skipping 304/deflate tests without mod_cgi and httpd >= 2.1.0 t/modules/digest............ok t/modules/dir...............ok t/modules/env...............ok t/modules/expires...........ok t/modules/headers...........ok t/modules/include...........ok t/modules/info..............ok t/modules/negotiation.......ok t/modules/proxy.............# Failed test 1 in t/modules/proxy.t at line 15 # Failed test 2 in t/modules/proxy.t at line 16 # Failed test 3 in t/modules/proxy.t at line 20 # Failed test 4 in t/modules/proxy.t at line 21 # Failed test 5 in t/modules/proxy.t at line 24 # Failed test 6 in t/modules/proxy.t at line 25 # Failed test 7 in t/modules/proxy.t at line 29 # Failed test 8 in t/modules/proxy.t at line 30 # Failed test 9 in t/modules/proxy.t at line 44 # Failed test 12 in t/modules/proxy.t at line 57 # Failed test 13 in t/modules/proxy.t at line 58 FAILED tests 1-9, 12-13 Failed 11/13 tests, 15.38% okay t/modules/proxy_balancer....# Failed test 1 in t/modules/proxy_balancer.t at line 16 FAILED test 1 Failed 1/1 tests, 0.00% okay t/modules/rewrite...........# Failed test 17 in t/modules/rewrite.t at line 63 # Failed test 18 in t/modules/rewrite.t at line 72 # Failed test 20 in t/modules/rewrite.t at line 79 # Failed test 21 in t/modules/rewrite.t at line 82 # Failed test 22 in t/modules/rewrite.t at line 84 FAILED tests 17-18, 20-22 Failed 5/22 tests, 77.27% okay t/modules/setenvif..........ok t/modules/status............ok t/modules/vhost_alias.......ok t/php/all...................skipped all skipped: cannot find module 'php4', cannot find module 'php5', cannot find module 'sapi_apache2.c' t/protocol/echo.............Argument "SSL negotiation failed: at /usr/lib/perl5/vendor_perl/5..." isn't numeric in scalar assignment at /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/Net/SSL.pm line 153. Argument "SSL negotiation failed: at /usr/lib/perl5/vendor_perl/5..." isn't numeric in scalar assignment at /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/Net/SSL.pm line 153. Argument "SSL negotiation failed: at /usr/lib/perl5/vendor_perl/5..." isn't numeric in scalar assignment at /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/Net/SSL.pm line 153. SSL negotiation failed: at /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/Net/SSL.pm line 212. ; at /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/Net/SSL.pm line 145. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/protocol/nntp-like........skipped all skipped: deferred accept() prohibits testing with 2.1 t/security/CAN-2004-0747....ok t/security/CAN-2004-0811....ok t/security/CAN-2004-0940....ok t/security/CAN-2004-0942....ok t/security/CAN-2004-0958....skipped all skipped: cannot find module 'php4', cannot find module 'php5', cannot find module 'sapi_apache2.c' t/security/CAN-2004-0959....skipped all skipped: cannot find module 'php4', cannot find module 'php5', cannot find module 'sapi_apache2.c', PHP not installed t/security/CAN-2005-2491....ok t/security/CAN-2005-2700....# Failed test 1 in t/security/CAN-2005-2700.t at line 20 FAILED test 1 Failed 1/2 tests, 50.00% okay t/ssl/basicauth.............# Failed test 2 in t/ssl/basicauth.t at line 25 # Failed test 3 in t/ssl/basicauth.t at line 30 FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/ssl/env...................# Failed test 1 in t/ssl/env.t at line 57 # Failed test 2 in t/ssl/env.t at line 57 fail #2 # Failed test 3 in t/ssl/env.t at line 57 fail #3 # Failed test 4 in t/ssl/env.t at line 57 fail #4 # Failed test 5 in t/ssl/env.t at line 57 fail #5 # Failed test 6 in t/ssl/env.t at line 57 fail #6 # Failed test 7 in t/ssl/env.t at line 57 fail #7 # Failed test 15 in t/ssl/env.t at line 57 fail #15 # Failed test 16 in t/ssl/env.t at line 57 fail #16 # Failed test 17 in t/ssl/env.t at line 57 fail #17 # Failed test 18 in t/ssl/env.t at line 57 fail #18 # Failed test 19 in t/ssl/env.t at line 57 fail #19 # Failed test 20 in t/ssl/env.t at line 57 fail #20 # Failed test 21 in t/ssl/env.t at line 57 fail #21 # Failed test 22 in t/ssl/env.t at line 57 fail #22 # Failed test 23 in t/ssl/env.t at line 57 fail #23 # Failed test 24 in t/ssl/env.t at line 57 fail #24 # Failed test 25 in t/ssl/env.t at line 57 fail #25 # Failed test 26 in t/ssl/env.t at line 57 fail #26 # Failed test 27 in t/ssl/env.t at line 57 fail #27 # Failed test 28 in t/ssl/env.t at line 57 fail #28 FAILED tests 1-7, 15-28 Failed 21/28 tests, 25.00% okay t/ssl/extlookup.............# Failed test 1 in t/ssl/extlookup.t at line 16 # Failed test 2 in t/ssl/extlookup.t at line 22 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/ssl/fakeauth..............# Failed test 2 in t/ssl/fakeauth.t at line 25 # Failed test 3 in t/ssl/fakeauth.t at line 30 FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/ssl/headers...............# Failed test 1 in t/ssl/headers.t at line 26 # Failed test 2 in t/ssl/headers.t at line 27 # Failed test 3 in t/ssl/headers.t at line 28 FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/ssl/http..................ok 1/2 skipped: server gave HTTP/0.9 response t/ssl/pr12355...............# Failed test 1 in t/ssl/pr12355.t at line 23 # Failed test 2 in t/ssl/pr12355.t at line 24 # Failed test 3 in t/ssl/pr12355.t at line 28 # Failed test 4 in t/ssl/pr12355.t at line 29 # Failed test 5 in t/ssl/pr12355.t at line 33 # Failed test 6 in t/ssl/pr12355.t at line 34 # Failed test 7 in t/ssl/pr12355.t at line 38 # Failed test 8 in t/ssl/pr12355.t at line 39 # Failed test 9 in t/ssl/pr12355.t at line 49 # Failed test 10 in t/ssl/pr12355.t at line 50 FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/ssl/proxy.................# Failed test 1 in t/ssl/proxy.t at line 50 # Failed test 2 in t/ssl/proxy.t at line 56 # Failed test 3 in t/ssl/proxy.t at line 63 # Failed test 4 in t/ssl/proxy.t at line 69 # Failed test 5 in t/ssl/proxy.t at line 75 # Failed test 6 in t/ssl/proxy.t at line 89 # Failed test 7 in t/ssl/proxy.t at line 95 # Failed test 8 in t/ssl/proxy.t at line 112 # Failed test 9 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 # Failed test 10 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #2 # Failed test 11 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #3 # Failed test 12 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #4 # Failed test 13 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #5 # Failed test 14 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #6 # Failed test 15 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #7 # Failed test 16 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #8 # Failed test 17 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #9 # Failed test 18 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #10 # Failed test 19 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #11 # Failed test 20 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #12 # Failed test 21 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #13 # Failed test 22 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #14 # Failed test 23 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #15 # Failed test 24 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #16 # Failed test 25 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #17 # Failed test 26 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #18 # Failed test 27 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #19 # Failed test 28 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #20 # Failed test 29 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #21 # Failed test 30 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #22 # Failed test 31 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #23 # Failed test 32 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #24 # Failed test 33 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #25 # Failed test 34 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #26 # Failed test 35 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #27 # Failed test 36 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #28 # Failed test 37 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #29 # Failed test 38 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #30 # Failed test 39 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #31 # Failed test 40 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #32 # Failed test 41 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #33 # Failed test 42 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #34 # Failed test 43 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #35 # Failed test 44 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #36 # Failed test 45 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #37 # Failed test 46 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #38 # Failed test 47 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #39 # Failed test 48 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #40 # Failed test 49 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #41 # Failed test 50 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #42 # Failed test 51 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #43 # Failed test 52 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #44 # Failed test 53 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #45 # Failed test 54 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #46 # Failed test 55 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #47 # Failed test 56 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #48 # Failed test 57 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #49 # Failed test 58 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #50 # Failed test 59 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #51 # Failed test 60 in t/ssl/proxy.t at line 50 fail #2 # Failed test 61 in t/ssl/proxy.t at line 56 fail #2 # Failed test 62 in t/ssl/proxy.t at line 112 fail #2 # Failed test 63 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #52 # Failed test 64 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #53 # Failed test 65 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #54 # Failed test 66 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #55 # Failed test 67 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #56 # Failed test 68 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #57 # Failed test 69 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #58 # Failed test 70 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #59 # Failed test 71 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #60 # Failed test 72 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #61 # Failed test 73 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #62 # Failed test 74 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #63 # Failed test 75 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #64 # Failed test 76 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #65 # Failed test 77 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #66 # Failed test 78 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #67 # Failed test 79 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #68 # Failed test 80 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #69 # Failed test 81 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #70 # Failed test 82 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #71 # Failed test 83 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #72 # Failed test 84 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #73 # Failed test 85 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #74 # Failed test 86 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #75 # Failed test 87 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #76 # Failed test 88 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #77 # Failed test 89 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #78 # Failed test 90 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #79 # Failed test 91 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #80 # Failed test 92 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #81 # Failed test 93 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #82 # Failed test 94 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #83 # Failed test 95 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #84 # Failed test 96 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #85 # Failed test 97 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #86 # Failed test 98 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #87 # Failed test 99 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #88 # Failed test 100 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #89 # Failed test 101 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #90 # Failed test 102 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #91 # Failed test 103 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #92 # Failed test 104 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #93 # Failed test 105 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #94 # Failed test 106 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #95 # Failed test 107 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #96 # Failed test 108 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #97 # Failed test 109 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #98 # Failed test 110 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #99 # Failed test 111 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #100 # Failed test 112 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #101 # Failed test 113 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #102 # Failed test 114 in t/ssl/proxy.t at line 50 fail #3 # Failed test 115 in t/ssl/proxy.t at line 56 fail #3 # Failed test 116 in t/ssl/proxy.t at line 63 fail #2 # Failed test 117 in t/ssl/proxy.t at line 69 fail #2 # Failed test 118 in t/ssl/proxy.t at line 75 fail #2 # Failed test 119 in t/ssl/proxy.t at line 89 fail #2 # Failed test 120 in t/ssl/proxy.t at line 95 fail #2 # Failed test 121 in t/ssl/proxy.t at line 112 fail #3 # Failed test 122 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #103 # Failed test 123 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #104 # Failed test 124 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #105 # Failed test 125 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #106 # Failed test 126 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #107 # Failed test 127 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #108 # Failed test 128 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #109 # Failed test 129 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #110 # Failed test 130 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #111 # Failed test 131 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #112 # Failed test 132 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #113 # Failed test 133 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #114 # Failed test 134 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #115 # Failed test 135 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #116 # Failed test 136 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #117 # Failed test 137 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #118 # Failed test 138 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #119 # Failed test 139 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #120 # Failed test 140 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #121 # Failed test 141 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #122 # Failed test 142 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #123 # Failed test 143 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #124 # Failed test 144 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #125 # Failed test 145 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #126 # Failed test 146 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #127 # Failed test 147 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #128 # Failed test 148 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #129 # Failed test 149 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #130 # Failed test 150 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #131 # Failed test 151 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #132 # Failed test 152 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #133 # Failed test 153 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #134 # Failed test 154 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #135 # Failed test 155 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #136 # Failed test 156 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #137 # Failed test 157 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #138 # Failed test 158 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #139 # Failed test 159 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #140 # Failed test 160 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #141 # Failed test 161 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #142 # Failed test 162 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #143 # Failed test 163 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #144 # Failed test 164 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #145 # Failed test 165 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #146 # Failed test 166 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #147 # Failed test 167 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #148 # Failed test 168 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #149 # Failed test 169 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #150 # Failed test 170 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #151 # Failed test 171 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #152 # Failed test 172 in /tmp/regressy17180/pf-trunk-worker/Apache-Test/lib/Apache/TestCommonPost.pm at line 131 fail #153 FAILED tests 1-172 Failed 172/172 tests, 0.00% okay t/ssl/require...............# Failed test 2 in t/ssl/require.t at line 21 # Failed test 5 in t/ssl/require.t at line 29 FAILED tests 2, 5 Failed 2/5 tests, 60.00% okay t/ssl/v2....................# Failed test 1 in t/ssl/v2.t at line 16 FAILED test 1 Failed 1/1 tests, 0.00% okay t/ssl/varlookup.............# Failed test 1 in t/ssl/varlookup.t at line 72 # Failed test 2 in t/ssl/varlookup.t at line 72 fail #2 # Failed test 3 in t/ssl/varlookup.t at line 72 fail #3 # Failed test 4 in t/ssl/varlookup.t at line 72 fail #4 # Failed test 5 in t/ssl/varlookup.t at line 72 fail #5 # Failed test 6 in t/ssl/varlookup.t at line 72 fail #6 # Failed test 7 in t/ssl/varlookup.t at line 72 fail #7 # Failed test 8 in t/ssl/varlookup.t at line 72 fail #8 # Failed test 9 in t/ssl/varlookup.t at line 72 fail #9 # Failed test 10 in t/ssl/varlookup.t at line 72 fail #10 # Failed test 11 in t/ssl/varlookup.t at line 72 fail #11 # Failed test 12 in t/ssl/varlookup.t at line 72 fail #12 # Failed test 13 in t/ssl/varlookup.t at line 72 fail #13 # Failed test 14 in t/ssl/varlookup.t at line 72 fail #14 # Failed test 15 in t/ssl/varlookup.t at line 72 fail #15 # Failed test 16 in t/ssl/varlookup.t at line 72 fail #16 # Failed test 17 in t/ssl/varlookup.t at line 72 fail #17 # Failed test 18 in t/ssl/varlookup.t at line 72 fail #18 # Failed test 19 in t/ssl/varlookup.t at line 72 fail #19 # Failed test 20 in t/ssl/varlookup.t at line 72 fail #20 # Failed test 21 in t/ssl/varlookup.t at line 72 fail #21 # Failed test 22 in t/ssl/varlookup.t at line 72 fail #22 # Failed test 23 in t/ssl/varlookup.t at line 72 fail #23 # Failed test 24 in t/ssl/varlookup.t at line 72 fail #24 # Failed test 25 in t/ssl/varlookup.t at line 72 fail #25 # Failed test 26 in t/ssl/varlookup.t at line 72 fail #26 # Failed test 27 in t/ssl/varlookup.t at line 72 fail #27 # Failed test 28 in t/ssl/varlookup.t at line 72 fail #28 # Failed test 29 in t/ssl/varlookup.t at line 72 fail #29 # Failed test 30 in t/ssl/varlookup.t at line 72 fail #30 # Failed test 31 in t/ssl/varlookup.t at line 72 fail #31 # Failed test 32 in t/ssl/varlookup.t at line 72 fail #32 # Failed test 33 in t/ssl/varlookup.t at line 72 fail #33 # Failed test 34 in t/ssl/varlookup.t at line 72 fail #34 # Failed test 35 in t/ssl/varlookup.t at line 72 fail #35 # Failed test 36 in t/ssl/varlookup.t at line 72 fail #36 # Failed test 37 in t/ssl/varlookup.t at line 72 fail #37 # Failed test 38 in t/ssl/varlookup.t at line 72 fail #38 # Failed test 39 in t/ssl/varlookup.t at line 72 fail #39 # Failed test 40 in t/ssl/varlookup.t at line 72 fail #40 # Failed test 41 in t/ssl/varlookup.t at line 72 fail #41 # Failed test 42 in t/ssl/varlookup.t at line 72 fail #42 # Failed test 43 in t/ssl/varlookup.t at line 72 fail #43 # Failed test 44 in t/ssl/varlookup.t at line 72 fail #44 # Failed test 45 in t/ssl/varlookup.t at line 72 fail #45 # Failed test 46 in t/ssl/varlookup.t at line 72 fail #46 # Failed test 47 in t/ssl/varlookup.t at line 72 fail #47 # Failed test 48 in t/ssl/varlookup.t at line 72 fail #48 # Failed test 49 in t/ssl/varlookup.t at line 72 fail #49 # Failed test 50 in t/ssl/varlookup.t at line 72 fail #50 # Failed test 51 in t/ssl/varlookup.t at line 72 fail #51 # Failed test 52 in t/ssl/varlookup.t at line 72 fail #52 # Failed test 53 in t/ssl/varlookup.t at line 72 fail #53 # Failed test 54 in t/ssl/varlookup.t at line 72 fail #54 # Failed test 55 in t/ssl/varlookup.t at line 72 fail #55 # Failed test 56 in t/ssl/varlookup.t at line 72 fail #56 # Failed test 57 in t/ssl/varlookup.t at line 72 fail #57 # Failed test 58 in t/ssl/varlookup.t at line 72 fail #58 # Failed test 59 in t/ssl/varlookup.t at line 72 fail #59 # Failed test 60 in t/ssl/varlookup.t at line 72 fail #60 # Failed test 61 in t/ssl/varlookup.t at line 72 fail #61 # Failed test 62 in t/ssl/varlookup.t at line 72 fail #62 # Failed test 63 in t/ssl/varlookup.t at line 72 fail #63 # Failed test 64 in t/ssl/varlookup.t at line 72 fail #64 # Failed test 65 in t/ssl/varlookup.t at line 72 fail #65 # Failed test 66 in t/ssl/varlookup.t at line 72 fail #66 # Failed test 67 in t/ssl/varlookup.t at line 72 fail #67 # Failed test 68 in t/ssl/varlookup.t at line 72 fail #68 # Failed test 69 in t/ssl/varlookup.t at line 72 fail #69 # Failed test 70 in t/ssl/varlookup.t at line 72 fail #70 # Failed test 71 in t/ssl/varlookup.t at line 72 fail #71 # Failed test 72 in t/ssl/varlookup.t at line 72 fail #72 FAILED tests 1-72 Failed 72/72 tests, 0.00% okay t/ssl/verify................# Failed test 2 in t/ssl/verify.t at line 32 FAILED test 2 Failed 1/3 tests, 66.67% okay [warning] server localhost.localdomain:8529 shutdown [warning] port 8529 still in use... [ error] error running tests (please examine t/logs/error_log) [ error] oh nuts, server dumped core [ error] for stacktrace, run: gdb /tmp/regressy17180/trunk-worker-root/bin/httpd -core /tmp/regressy17180/pf-trunk-worker/t/core.23151 Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/modules/proxy.t 13 11 84.62% 1-9 12-13 t/modules/proxy_balancer.t 1 1 100.00% 1 t/modules/rewrite.t 22 5 22.73% 17-18 20-22 t/protocol/echo.t 255 65280 8 16 200.00% 1-8 t/security/CAN-2005-2700.t 2 1 50.00% 1 t/ssl/basicauth.t 3 2 66.67% 2-3 t/ssl/env.t 28 21 75.00% 1-7 15-28 t/ssl/extlookup.t 2 2 100.00% 1-2 t/ssl/fakeauth.t 3 2 66.67% 2-3 t/ssl/headers.t 3 3 100.00% 1-3 t/ssl/pr12355.t 10 10 100.00% 1-10 t/ssl/proxy.t 172 172 100.00% 1-172 t/ssl/require.t 5 2 40.00% 2 5 t/ssl/v2.t 1 1 100.00% 1 t/ssl/varlookup.t 72 72 100.00% 1-72 t/ssl/verify.t 3 1 33.33% 2 5 tests and 4 subtests skipped. Failed 16/70 test scripts, 77.14% okay. 314/2787 subtests failed, 88.73% okay. done t/logs/error_log:: [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+ [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv2 read client hello A [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv2 write server hello A [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_io.c(1786): OpenSSL: I/O error, 2 bytes expected to read on BIO#103aa070 [mem: 103e5a40] [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_kernel.c(1789): OpenSSL: Exit: error in SSLv2 read client master key A [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_kernel.c(1789): OpenSSL: Exit: error in SSLv2 read client master key A [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_io.c(1786): OpenSSL: I/O error, 2 bytes expected to read on BIO#103aa070 [mem: 103e5a40] [Tue Oct 25 05:02:25 2005] [debug] ssl_engine_kernel.c(1789): OpenSSL: Exit: error in SSLv2 read client master key A [Tue Oct 25 05:02:27 2005] [info] removed PID file /tmp/regressy17180/pf-trunk-worker/t/logs/httpd.pid (pid=23148) [Tue Oct 25 05:02:27 2005] [notice] caught SIGTERM, shutting down --- Backtrace for /tmp/regressy17180/trunk-worker-root/bin/httpd: t/core.23151 --- Using host libthread_db library "/lib64/tls/libthread_db.so.1". Core was generated by `/tmp/regressy17180/trunk-worker-root/bin/httpd -d /tmp/regressy17180/pf-trunk-w'. Program terminated with signal 11, Segmentation fault. #0 0xf7f46994 in __read_nocancel () from /lib/tls/libpthread.so.0 Thread 4 (process 23153): #0 0xf7f46994 in __read_nocancel () from /lib/tls/libpthread.so.0 No symbol table info available. #1 0x0f54a278 in apr_file_read (thefile=0x1048a490, buf=0x104bf4a0, nbytes=0xf748fb8c) at file_io/unix/readwrite.c:122 pos = 0xf748fb88 "" blocksize = 17818768504405360640 size = 1173368641585673376 rv = 8000 bytes_read = 0 #2 0x0fd9caa4 in pipe_bucket_read (a=0x103c71f0, str=0xf748fb88, len=0xf748fb8c, block=4159990140) at buckets/apr_buckets_pipe.c:36 p = (apr_file_t *) 0x1048a490 buf = 0x104bf4a0 "\n\n502 Proxy Error\n\n

Proxy Error

\n

The proxy server received an invalid\r\nresponse from an upstream ser"... rv = -146203552 timeout = 8371747982992829540 __PRETTY_FUNCTION__ = "pipe_bucket_read" #3 0x24008428 in ?? () No symbol table info available. #4 0x10035b74 in getsfunc_BRIGADE (buf=0x200

, len=273413280, arg=0x1f40) at util_script.c:616 bucket_data = 0x0 bucket_data_len = 8000 src = 0x104bf4a0 "\n\n502 Proxy Error\n\n

Proxy Error

\n

The proxy server received an invalid\r\nresponse from an upstream ser"... src_end = 0x0 next = (apr_bucket *) 0xf7491c60 dst_end = 0xf7493c5e "" dst = 0xf7491c60 "" e = (apr_bucket *) 0x103c71f0 done = 0 #5 0x24008428 in ?? () No symbol table info available. #6 0x100356b4 in ap_scan_script_header_err_core (r=0x10380b70, buffer=0x104bf4a0 "\n\n502 Proxy Error\n\n

Proxy Error

\n

The proxy server received an invalid\r\nresponse from an upstream ser"..., getsfunc=0x10035afc , getsfunc_data=0x1048a620) at util_script.c:431 x = "xec/off/cgi.shtml\n\0000.0.1] Zlib: Inflated 14495 to 14666 : URL /modules/deflate/echo_post\n\000\000\000\r�\035�\000\000\000\v\020\a\215\210\000\000\000\000�I\034P\000\000\000\003\000\000\037�\000\000\000#\000\000\000T�I<\220\020\0036�valid Co[Tue Oct 25 04:53:40 2005] [error] [mod_echo_post] ap_se"... w = 0xf7491c60 "" l = 0xf7491c60 "" cgi_status = 200 merge = (apr_table_t *) 0x1048a640 cookie_table = (apr_table_t *) 0x1048a7d0 #7 0x44002422 in ?? () No symbol table info available. #8 0x0e0649c0 in cgid_handler (r=0x10380b70) at mod_cgid.c:1467 here = (struct apr_bucket *) 0x0 location = 0xf7491c60 "" sbuf = "\000me http handler (attempt 0)\n\000", 'N' , '\0' , "�I*�", '\0' , "�I*�", '\0' , "�I*��I;�\017Wax\000\000\001q�I+\220\017T\215\200", '\0' , "�\000\000\000\000\000\000\0274�\000\000\201�\000\000\000\001\000\000\017�\000\000\017�", '\0' , "\017h�\000\000\020\000\000\000\000\000�I+p\000\000\a�;{=g\000\000\000\000�I;�\0208k�\017�nT\020L���I+\220\017�\016�$"... ret = 0 c = (conn_rec *) 0x10378d08 retval = 512 nph = 0 dbpos = 0 argv0 = 0x200

dbuf = 0x1048a4f8 "" bb = (apr_bucket_brigade *) 0x1048a620 b = (apr_bucket *) 0x200 conf = (cgid_server_conf *) 0x10164b18 is_included = -146203552 seen_eos = 1 child_stopped_reading = 0 sd = 34 env = (char **) 0xf7491c60 tempsock = (apr_file_t *) 0x1048a490 info = (struct cleanup_script_info *) 0x0 rv = 8000 __PRETTY_FUNCTION__ = "cgid_handler" #9 0x48002444 in ?? () No symbol table info available. #10 0x1002f34c in ap_run_handler (r=0x10380b70) at config.c:157 pHook = (ap_LINK_handler_t *) 0x0 n = 9 rv = 512 #11 0x1002f9a0 in ap_invoke_handler (r=0x10380b70) at config.c:371 handler = 0x10380b70 "\0208\v8\0207\215\b\020\a\215\210" p = 0x200
result = 0 old_handler = 0x102a80a8 "cgi-script" #12 0x28002442 in ?? () No symbol table info available. #13 0x1003dd3c in ap_process_async_request (r=0x10380b70) at http_request.c:237 here = (struct apr_bucket *) 0x0 access_status = 512 bb = (apr_bucket_brigade *) 0x10380b70 b = (apr_bucket *) 0x200 c = (conn_rec *) 0x10378d08 __PRETTY_FUNCTION__ = "ap_process_async_request" #14 0x1003ddac in ap_process_request (r=0x200) at http_request.c:279 bb = (apr_bucket_brigade *) 0x10380b70 b = (apr_bucket *) 0x200 c = (conn_rec *) 0x10378d08 __PRETTY_FUNCTION__ = "ap_process_request" #15 0x1003b05c in ap_process_http_connection (c=0x10378d08) at http_core.c:166 r = (request_rec *) 0x10380b70 cs = (conn_state_t *) 0x10379238 csd = (apr_socket_t *) 0x0 #16 0x10036ccc in ap_run_process_connection (c=0x10378d08) at connection.c:43 pHook = (ap_LINK_process_connection_t *) 0x0 n = 3 rv = 512 #17 0x1004381c in worker_thread (thd=0x100a9530, dummy=0x104bf4a0) at worker.c:531 process_slot = 0 thread_slot = 0 csd = (apr_socket_t *) 0x10378b58 bucket_alloc = (apr_bucket_alloc_t *) 0x103c70b0 last_ptrans = (apr_pool_t *) 0x10378d08 ptrans = (apr_pool_t *) 0x10378b18 rv = 0 is_idle = 0 #18 0x0f55a29c in dummy_worker (opaque=0x0) at threadproc/unix/thread.c:138 No locals. #19 0xf7f3f968 in start_thread () from /lib/tls/libpthread.so.0 No symbol table info available. #20 0x0ff51390 in clone () from /lib/tls/libc.so.6 No symbol table info available. #21 0x0ff51390 in clone () from /lib/tls/libc.so.6 No symbol table info available. Thread 3 (process 23154): #0 0x0feb0f70 in kill () from /lib/tls/libc.so.6 No symbol table info available. #1 0x10039820 in sig_coredump (sig=11) at mpm_common.c:1170 No locals. #2 No symbol table info available. #3 apr_pool_clear (pool=0x0) at memory/unix/apr_pools.c:332 freelist = (apr_memnode_t *) 0x0 max_index = 2 max_free_index = 0 next = (apr_memnode_t *) 0x1 index = 4294967295 current_free_index = 4294967295 #4 0x0e296878 in connection_cleanup (theconn=0x10071238) at proxy_util.c:1495 p = (apr_pool_t *) 0x10318670 conn = (proxy_conn_rec *) 0x102a6000 worker = (proxy_worker *) 0x10081c80 #5 0x0e2971e0 in ap_proxy_release_connection ( proxy_function=0xffffffff
, conn=0x102a6000, s=0x102a0e88) at proxy_util.c:1756 No locals. #6 0x0e21af7c in ap_proxy_http_cleanup (scheme=0x0, r=0x10451310, backend=0x102a6000) at mod_proxy_http.c:1586 No locals. #7 0x0e21bfec in proxy_http_handler (r=0x10451310, worker=0x10081c80, conf=0x10081b40, url=0x10385468 "/modules/cgi/env.pl?reverse-proxy", proxyname=0x0, proxyport=7216) at mod_proxy_http.c:1223 here = (struct apr_bucket *) 0x0 status = 0 server_portstr = ":8535\0006�ound wor[Tue Oct 25 04:5" scheme = 0x103853f0 "http" proxy_function = 0xe21ca68 "HTTP" u = 0x10071238 "\020\a\020\220" backend = (proxy_conn_rec *) 0x102a6000 is_ssl = 0 p = (apr_pool_t *) 0x10384bb8 uri = (apr_uri_t *) 0x10385c78 #8 0x0e28fd54 in proxy_run_scheme_handler (r=0x10451310, worker=0x10081c80, conf=0x10081b40, url=0x104525de "http://localhost.localdomain:8529/modules/cgi/env.pl?reverse-proxy", proxyhost=0x0, proxyport=0) at mod_proxy.c:1937 pHook = (proxy_LINK_scheme_handler_t *) 0x0 n = 1 rv = 268898872 #9 0x0e2934e4 in proxy_handler (r=0x10451310) at mod_proxy.c:739 url = 0x104525de "http://localhost.localdomain:8529/modules/cgi/env.pl?reverse-proxy" uri = 0x104525de "http://localhost.localdomain:8529/modules/cgi/env.pl?reverse-proxy" scheme = 0x10452798 "http" p = 0x10452798 "http" p2 = 0x102a0f48 "\020\b\035(" sconf = (void *) 0x102a0f48 conf = (proxy_server_conf *) 0x10081b40 proxies = (apr_array_header_t *) 0x10081bc8 ents = (struct proxy_remote *) 0x101427b0 i = 0 access_status = 0 direct_connect = 268898872 maxfwd = 268898872 balancer = (proxy_balancer *) 0x0 worker = (proxy_worker *) 0x10081c80 attempts = 0 max_attempts = 0 list = (struct dirconn_entry *) 0x0 #10 0x28002444 in ?? () No symbol table info available. #11 0x1002f34c in ap_run_handler (r=0x10451310) at config.c:157 pHook = (ap_LINK_handler_t *) 0x0 n = 1 rv = 268898872 #12 0x1002f9a0 in ap_invoke_handler (r=0x10451310) at config.c:371 handler = 0x10451310 "\020E\022�\0208M�\020*\016\210" p = 0x10071238 "\020\a\020\220" result = 0 old_handler = 0xe299118 "proxy-server" #13 0x28002442 in ?? () No symbol table info available. #14 0x1003dd3c in ap_process_async_request (r=0x10451310) at http_request.c:237 here = (struct apr_bucket *) 0x0 access_status = 268898872 bb = (apr_bucket_brigade *) 0x10451310 b = (apr_bucket *) 0x10071238 c = (conn_rec *) 0x10384da8 __PRETTY_FUNCTION__ = "ap_process_async_request" #15 0x1003ddac in ap_process_request (r=0x10071238) at http_request.c:279 bb = (apr_bucket_brigade *) 0x10451310 b = (apr_bucket *) 0x10071238 c = (conn_rec *) 0x10384da8 __PRETTY_FUNCTION__ = "ap_process_request" #16 0x1003b05c in ap_process_http_connection (c=0x10384da8) at http_core.c:166 r = (request_rec *) 0x10451310 cs = (conn_state_t *) 0x103852d8 csd = (apr_socket_t *) 0x0 #17 0x10036ccc in ap_run_process_connection (c=0x10384da8) at connection.c:43 pHook = (ap_LINK_process_connection_t *) 0x0 n = 3 rv = 268898872 #18 0x1004381c in worker_thread (thd=0x100a9550, dummy=0xf552d7c) at worker.c:531 process_slot = 0 thread_slot = 1 csd = (apr_socket_t *) 0x10384bf8 bucket_alloc = (apr_bucket_alloc_t *) 0x103e3120 last_ptrans = (apr_pool_t *) 0x10384da8 ptrans = (apr_pool_t *) 0x10384bb8 rv = 0 is_idle = 0 #19 0x0f55a29c in dummy_worker (opaque=0xffffffff) at threadproc/unix/thread.c:138 No locals. #20 0xf7f3f968 in start_thread () from /lib/tls/libpthread.so.0 No symbol table info available. #21 0x0ff51390 in clone () from /lib/tls/libc.so.6 No symbol table info available. #22 0x0ff51390 in clone () from /lib/tls/libc.so.6 No symbol table info available. Thread 2 (process 23155): #0 0xf7f42ff8 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0 No symbol table info available. #1 0x0f54b7fc in apr_thread_cond_wait (cond=0x4, mutex=0x0) at locks/unix/thread_cond.c:68 No locals. #2 0x10045ed0 in ap_queue_info_wait_for_idler (queue_info=0x100a9488, recycled_pool=0xf6095e04) at fdqueue.c:167 rv = 0 #3 0x10043390 in listener_thread (thd=0x100a9570, dummy=0x0) at worker.c:629 process_slot = 0 tpool = (apr_pool_t *) 0x10076108 csd = (void *) 0x10384bf8 ptrans = (apr_pool_t *) 0x0 pollset = (apr_pollset_t *) 0x1031e6c0 rv = 0 lr = (ap_listen_rec *) 0x10076108 have_idle_worker = 0 last_poll_idx = 1 #4 0x0f55a29c in dummy_worker (opaque=0x0) at threadproc/unix/thread.c:138 No locals. #5 0xf7f3f968 in start_thread () from /lib/tls/libpthread.so.0 No symbol table info available. #6 0x0ff51390 in clone () from /lib/tls/libc.so.6 No symbol table info available. #7 0x0ff51390 in clone () from /lib/tls/libc.so.6 No symbol table info available. Thread 1 (process 23151): #0 0xf7f46994 in __read_nocancel () from /lib/tls/libpthread.so.0 No symbol table info available. #1 0x10046458 in ap_mpm_pod_check (pod=0x200) at pod.c:54 c = 16 '\020' fd = 23 #2 0x10044180 in child_main (child_num_arg=268894208) at worker.c:1234 threads = (apr_thread_t **) 0x10365dc8 rv = 0 ts = (thread_starter *) 0x100a9370 thread_attr = (apr_threadattr_t *) 0x100a9380 start_thread_id = (apr_thread_t *) 0x100a93b8 #3 0x10044324 in make_child (s=0x10078d88, slot=0) at worker.c:1317 pid = 0 #4 0x10044420 in startup_children (number_to_start=1) at worker.c:1351 i = 1 #5 0x10044d18 in ap_mpm_run (_pconf=0x1, plog=0xffffe6c8, s=0x10070000) at worker.c:1701 active_children = 1 index = 268894208 cutoff = 1154891829712584704 remaining_children_to_start = 1 rv = -134977156 #6 0x42002422 in ?? () No symbol table info available. #7 0x100194a4 in main (argc=9, argv=0xffffeaf4) at main.c:712 exit_status = -6016 c = 68 'D' configtestonly = 268763136 confname = 0xffffeca1 "/tmp/regressy17180/pf-trunk-worker/t/conf/httpd.conf" def_server_root = 0xffffec79 "/tmp/regressy17180/pf-trunk-worker/t" temp_error_log = 0x0 error = 0x0 server_conf = (server_rec *) 0x10078d88 pglobal = (apr_pool_t *) 0x10050000 pconf = (apr_pool_t *) 0x100770a8 plog = (apr_pool_t *) 0x100a5160 ptemp = (apr_pool_t *) 0x100a9170 pcommands = (apr_pool_t *) 0x100790b0 opt = (apr_getopt_t *) 0x10079148 rv = 512 mod = (module **) 0x10078d88 optarg = 0xffffece4 "PERL_USEITHREADS" signal_server = (apr_OFN_ap_signal_server_t *) 0x3 --/9DWx/yDrRhgMJTb--