Errors running "make test" on trunk mod_perl-2.0
Jie Gao <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl,gmane.comp.apache.incubator.bigtop.devel |
|---|---|
| Message-ID | <[email protected]> |
Source from https://svn.apache.org/repos/asf/perl/modperl/trunk/ .
Make test fails:
# > t/TEST -v t/perl/ithreads3.t
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl /usr/local/src/mod_perl-2.0/t/TEST -v 't/perl/ithreads3.t'
/usr/local/httpd-2.4.12/bin/httpd -d /usr/local/src/mod_perl-2.0/t -f /usr/local/src/mod_perl-2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS
using Apache/2.4.12 (worker MPM)
waiting 300 seconds for server to start: .[Wed Feb 25 16:37:26.032518 2015] [env:warn] [pid 14641:tid 139749342533376] AH01506: PassEnv variable LD_LIBRARY_PATH was undefined
[Wed Feb 25 16:37:26.058924 2015] [perl:info] [pid 14641:tid 139749342533376] 6 Apache2:: modules loaded
[Wed Feb 25 16:37:26.058998 2015] [perl:info] [pid 14641:tid 139749342533376] 0 APR:: modules loaded
[Wed Feb 25 16:37:26.059057 2015] [perl:info] [pid 14641:tid 139749342533376] base server + 32 vhosts ready to run tests
...
waiting 300 seconds for server to start: ok (waited 3 secs)
server localhost:8529 started
server localhost:8530 listening (filter_out_apache)
server localhost:8531 listening (perlsections)
server localhost:8532 listening (inherit)
server localhost:8533 listening (TestModperl::perl_options2)
server localhost:8534 listening (TestModperl::perl_options)
server localhost:8535 listening (TestModperl::setupenv)
server localhost:8536 listening (TestModperl::merge)
server localhost:8537 listening (TestUser::rewrite)
server localhost:8538 listening (TestModules::proxy)
server localhost:8539 listening (TestVhost::config)
server localhost:8540 listening (TestVhost::log)
server localhost:8541 listening (TestDirective::perlcleanuphandler)
server localhost:8542 listening (TestProtocol::eliza)
server localhost:8543 listening (TestProtocol::echo_nonblock)
server localhost:8544 listening (TestProtocol::echo_block)
server localhost:8545 listening (TestProtocol::echo_timeout)
server localhost:8546 listening (TestProtocol::echo_bbs2)
server localhost:8547 listening (TestProtocol::pseudo_http)
server localhost:8548 listening (TestProtocol::echo_filter)
server localhost:8549 listening (TestProtocol::echo_bbs)
server localhost:8550 listening (TestPreConnection::note)
server localhost:8551 listening (TestHooks::startup)
server localhost:8552 listening (TestHooks::hookrun)
server localhost:8553 listening (TestHooks::trans)
server localhost:8554 listening (TestHooks::stacked_handlers2)
server localhost:8555 listening (TestHooks::init)
server localhost:8556 listening (TestFilter::both_str_con_add)
server localhost:8557 listening (TestFilter::in_bbs_inject_header)
server localhost:8558 listening (TestFilter::in_str_msg)
server localhost:8559 listening (TestFilter::in_bbs_msg)
server localhost:8560 listening (TestDirective::perlrequire)
server localhost:8561 listening (TestDirective::perlmodule)
server localhost:8562 listening (TestPerl::ithreads)
server localhost:8563 listening (TestPerl::ithreads3)
server localhost:8564 listening (TestDirective::perlloadmodule3)
server localhost:8565 listening (TestDirective::perlloadmodule5)
server localhost:8566 listening (TestDirective::perlloadmodule4)
server localhost:8567 listening (TestAPI::add_config)
server localhost:8568 listening (TestDirective::perlloadmodule6)
server localhost:8569 listening (TestHooks::push_handlers_anon)
t/perl/ithreads3.t ..
1..6
# Running under perl version 5.020002 for linux
# Current time local: Wed Feb 25 16:37:29 2015
# Current time GMT: Wed Feb 25 05:37:29 2015
# Using Test.pm version 1.26
# Using Apache/Test.pm version 1.38
# connecting to http://localhost:8563/
# testing : perl-script 1
# expected: 2
# received: 2
ok 1
# testing : modperl 1
# expected: 2
# received: 2
ok 2
# testing : perl-script 2
# expected: 5
# received: 2
not ok 3
# Failed test 3 in t/perl/ithreads3.t at line 32
# testing : modperl 2
# expected: 5
# received: 3
not ok 4
# Failed test 4 in t/perl/ithreads3.t at line 33
# testing : perl-script 3
# expected: 3
# received: 2
not ok 5
# Failed test 5 in t/perl/ithreads3.t at line 35
# testing : modperl 3
# expected: 3
# received: 3
ok 6
Failed 3/6 subtests
Test Summary Report
-------------------
t/perl/ithreads3.t (Wstat: 0 Tests: 6 Failed: 3)
Failed tests: 3-5
Files=1, Tests=6, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.52 cusr 0.16 csys = 0.72 CPU)
Result: FAIL
Failed 1/1 test programs. 3/6 subtests failed.
[warning] server localhost:8529 shutdown
[warning] port 8529 still in use...
...done
[ error] error running tests (please examine t/logs/error_log)
t/logs/error_log:
[Wed Feb 25 16:37:26.750450 2015] [unique_id:info] [pid 14641:tid 139749342533376] AH01566: using ip addr 129.78.64.200
[Wed Feb 25 16:37:27.003141 2015] [ssl:info] [pid 14641:tid 139749342533376] AH01887: Init: Initializing (virtual) servers for SSL
[Wed Feb 25 16:37:27.003218 2015] [ssl:info] [pid 14641:tid 139749342533376] AH01876: mod_ssl/2.4.12 compiled against Server: Apache/2.4.12, Library: OpenSSL/1.0.1e
********************************************************************************
*** This is a test for Apache2::ServerUtil::server_shutdown_cleanup_register ***
*** Following a line consisting only of * characters there should be a line ***
*** containing ***
*** "cleanup died: testing server_shutdown_cleanup_register". ***
*** The next line should then read ***
*** "done with server_shutdown_cleanup_register" ***
********************************************************************************
Apache2::ServerUtil: cleanup died: testing server_shutdown_cleanup_register
*** done with server_shutdown_cleanup_register ***
********************************************************************************
END in modperl_extra.pl, pid=14641
END in modperl_extra.pl, pid=14641
[Wed Feb 25 16:37:28.957340 2015] [auth_digest:notice] [pid 14645:tid 139749342533376] AH01757: generating secret for digest authentication ...
[Wed Feb 25 16:37:28.957399 2015] [auth_digest:debug] [pid 14645:tid 139749342533376] mod_auth_digest.c(250): AH01759: done
[Wed Feb 25 16:37:28.958629 2015] [unique_id:info] [pid 14645:tid 139749342533376] AH01566: using ip addr 129.78.64.200
[Wed Feb 25 16:37:29.000544 2015] [ssl:warn] [pid 14645:tid 139749342533376] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Feb 25 16:37:29.000582 2015] [ssl:info] [pid 14645:tid 139749342533376] AH01887: Init: Initializing (virtual) servers for SSL
[Wed Feb 25 16:37:29.000598 2015] [ssl:info] [pid 14645:tid 139749342533376] AH01876: mod_ssl/2.4.12 compiled against Server: Apache/2.4.12, Library: OpenSSL/1.0.1e
[Wed Feb 25 16:37:29.000675 2015] [slotmem_shm:debug] [pid 14645:tid 139749342533376] mod_slotmem_shm.c(466): AH02301: attach looking for /usr/local/src/mod_perl-2.0/t/logs/slotmem-shm-mod_heartmonitor.shm
[Wed Feb 25 16:37:29.000701 2015] [lbmethod_heartbeat:notice] [pid 14645:tid 139749342533376] AH02282: No slotmem from mod_heartmonitor
[Wed Feb 25 16:37:29.008612 2015] [cgid:error] [pid 14649:tid 139749342533376] (2)No such file or directory: AH01243: Couldn't bind unix domain socket /usr/local/src/mod_perl-2.0/t/logs/logs/cgisock.14645
[Wed Feb 25 16:37:29.171001 2015] [mpm_worker:notice] [pid 14645:tid 139749342533376] AH00292: Apache/2.4.12 (Unix) world domination series/2.0 OpenSSL/1.0.1e-fips mod_perl/2.0.9dev Perl/v5.20.2 configured -- resuming normal operations
[Wed Feb 25 16:37:29.171119 2015] [mpm_worker:info] [pid 14645:tid 139749342533376] AH00293: Server built: Feb 25 2015 15:45:26
[Wed Feb 25 16:37:29.171162 2015] [core:notice] [pid 14645:tid 139749342533376] AH00094: Command line: '/usr/local/httpd-2.4.12/bin/httpd -d /usr/local/src/mod_perl-2.0/t -f /usr/local/src/mod_perl-2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS'
[Wed Feb 25 16:37:29.171270 2015] [cgid:crit] [pid 14645:tid 139749342533376] AH01238: cgid daemon failed to initialize
[Wed Feb 25 16:37:29.173900 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.173947 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.173952 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.173968 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.173972 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.173975 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.173979 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.173981 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.173985 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.173988 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.173991 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.173994 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.173998 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174001 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174004 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174007 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174011 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174014 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174017 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174020 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174023 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174026 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174029 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174032 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174040 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174044 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174047 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174050 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174053 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174056 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174060 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174063 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174066 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174069 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174073 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174075 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174099 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174103 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174106 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174109 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174112 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174115 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174118 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174121 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174128 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174132 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174135 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174137 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174141 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174144 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174147 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174150 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174153 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174155 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174158 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174161 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174164 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174167 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174170 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174173 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174176 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174179 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174198 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174202 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174208 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174211 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174227 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174237 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174240 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174243 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174247 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174249 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174253 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174256 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174259 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174262 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174265 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174268 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.551465 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:45245] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.084782 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43801] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.089938 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43802] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.104481 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43803] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.104674 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43803] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.108674 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43804] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:29.174237 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174240 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174243 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174247 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174249 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174253 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174256 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174259 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174262 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.174265 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1772): AH00924: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ shared already initialized
[Wed Feb 25 16:37:29.174268 2015] [proxy:debug] [pid 14650:tid 139749342533376] proxy_util.c(1814): AH00926: worker http://localhost:8529/TestFilter__both_str_req_proxy_content/ local already initialized
[Wed Feb 25 16:37:29.551465 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:45245] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.084782 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43801] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.089938 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43802] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.104481 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43803] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.104674 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43803] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.108674 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43804] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.112343 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43805] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.114907 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43806] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.115060 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43806] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.118505 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43807] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.121649 2015] [authz_core:debug] [pid 14650:tid 139748928706304] mod_authz_core.c(835): [client 127.0.0.1:43808] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.124048 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43809] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.124233 2015] [authz_core:debug] [pid 14650:tid 139748939196160] mod_authz_core.c(835): [client 127.0.0.1:43809] AH01628: authorization result: granted (no directives)
[Wed Feb 25 16:37:30.339631 2015] [perl:info] [pid 14650:tid 139749342533376] Child process pid=14650 is exiting
[Wed Feb 25 16:37:30.339891 2015] [perl:info] [pid 14650:tid 139749342533376] Child process pid=14650 is exiting - server push
END in modperl_extra.pl, pid=14650
END in modperl_extra.pl, pid=14650
[Wed Feb 25 16:37:31.684705 2015] [core:info] [pid 14645:tid 139749342533376] AH00096: removed PID file /usr/local/src/mod_perl-2.0/t/logs/httpd.pid (pid=14645)
[Wed Feb 25 16:37:31.684784 2015] [mpm_worker:notice] [pid 14645:tid 139749342533376] AH00295: caught SIGTERM, shutting down
********************************************************************************
*** This is a test for Apache2::ServerUtil::server_shutdown_cleanup_register ***
*** Following a line consisting only of * characters there should be a line ***
*** containing ***
*** "cleanup died: testing server_shutdown_cleanup_register". ***
*** The next line should then read ***
*** "done with server_shutdown_cleanup_register" ***
********************************************************************************
Apache2::ServerUtil: cleanup died: testing server_shutdown_cleanup_register
*** done with server_shutdown_cleanup_register ***
********************************************************************************
END in modperl_extra.pl, pid=14645
END in modperl_extra.pl, pid=14645
t/REPORT output:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:
[DESCRIBE THE PROBLEM HERE]
2. Used Components and their Configuration:
*** mod_perl version 2.000009
*** using /usr/local/src/mod_perl-2.0/lib/Apache2/BuildConfig.pm
*** Makefile.PL options:
MP_APR_CONFIG => /usr/local/httpd-2.4.12/bin/apr-1-config
MP_APR_LIB => aprext
MP_APXS => /usr/local/httpd-2.4.12/bin/apxs
MP_COMPAT_1X => 1
MP_GENERATE_XS => 1
MP_LIBNAME => mod_perl
MP_USE_DSO => 1
*** /usr/local/httpd-2.4.12/bin/httpd -V
Server version: Apache/2.4.12 (Unix)
Server built: Feb 25 2015 15:45:26
Server's Module Magic Number: 20120211:41
Server loaded: APR 1.4.6, APR-UTIL 1.4.1
Compiled using: APR 1.4.6, APR-UTIL 1.4.1
Architecture: 64-bit
Server MPM: worker
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/usr/local/httpd-2.4.12"
-D SUEXEC_BIN="/usr/local/httpd-2.4.12/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
*** /usr/bin/ldd /usr/local/httpd-2.4.12/bin/httpd
linux-vdso.so.1 => (0x00007fff767ff000)
libpcre.so.0 => /lib64/libpcre.so.0 (0x000000327f400000)
libaprutil-1.so.0 => /usr/local/httpd-2.4.12/lib/libaprutil-1.so.0 (0x00007f238d177000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x0000003281c00000)
libapr-1.so.0 => /usr/local/httpd-2.4.12/lib/libapr-1.so.0 (0x00007f238cf45000)
librt.so.1 => /lib64/librt.so.1 (0x000000327dc00000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00000036c2400000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x000000327d400000)
libc.so.6 => /lib64/libc.so.6 (0x000000327d000000)
/lib64/ld-linux-x86-64.so.2 (0x000000327cc00000)
libfreebl3.so => /lib64/libfreebl3.so (0x00000036c2800000)
libdl.so.2 => /lib64/libdl.so.2 (0x000000327d800000)
*** (apr|apu)-config linking info
-L/usr/local/httpd-2.4.12/lib -laprutil-1 -lexpat
-L/usr/local/httpd-2.4.12/lib -lapr-1 -lrt -lcrypt -lpthread
*** /usr/local/bin/perl -V
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
Platform:
osname=linux, osvers=2.6.32-504.8.1.el6.x86_64, archname=x86_64-linux-thread-multi
uname='linux xxx.xxx.xxx.xxx.xxx 2.6.32-504.8.1.el6.x86_64 #1 smp fri dec 19 12:09:25 est 2014 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dusethreads -Dprefix=/usr/local -des -A ccflags=-fPIC'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fPIC -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fPIC -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.7 20120313 (Red Hat 4.4.7-11)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=libc-2.12.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Feb 25 2015 15:58:55
%ENV:
PERL_LWP_USE_HTTP_10="1"
@INC:
/usr/local/lib/perl5/site_perl/5.20.2/x86_64-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.20.2
/usr/local/lib/perl5/5.20.2/x86_64-linux-thread-multi
/usr/local/lib/perl5/5.20.2
/usr/local/lib/perl5/site_perl/5.18.2
/usr/local/lib/perl5/site_perl/5.18.0
/usr/local/lib/perl5/site_perl
.
*** Packages of interest status:
Apache2 : -
Apache2::Request : -
CGI : 3.65
ExtUtils::MakeMaker: 6.98
LWP : 5.837
mod_perl : -
mod_perl2 : -
3. This is the core dump trace: (if you get a core dump):
[CORE TRACE COMES HERE]
This report was generated by t/REPORT on Wed Feb 25 05:43:58 2015 GMT.
-------------8<---------- End Bug Report --------------8<----------