Geoffrey Young wrote:
ok, I rolled a _potential_ release candidate:

http://people.apache.org/~geoff/mod_perl-2.0.0-RC5.tar.gz
I tried the 3 combinations with this tgz

modules/proxy.t fails but only with ithread enabled PERL and in both prefork and worker mpms on FBSD -current

I'll attach the  verbose output error log..

Note, this also happens on HEAD.

I'll run a SMOKE shortly


END ------------------------------------------------------ Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml
cd "src/modules/perl" && make
/home/pgollucci/dev/inst/perl/5.9.3-ithreads/bin/perl -Iblib/arch -Iblib/lib  
t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= 
APACHE_TEST_APXS=  /home/pgollucci/dev/inst/perl/5.9.3-ithreads/bin/perl 
-Iblib/arch -Iblib/lib  t/TEST -bugreport -verbose=1 modules/proxy.t
/home/pgollucci/dev/inst/httpd/2.1.5-dev/worker-thread/bin/httpd  -d 
/usr/home/pgollucci/dev/src/mod_perl-2.0.0-RC5/t -f 
/usr/home/pgollucci/dev/src/mod_perl-2.0.0-RC5/t/conf/httpd.conf -D APACHE2 -D 
PERL_USEITHREADS
using Apache/2.1.5-dev (worker MPM)

waiting 300 seconds for server to start: .....
waiting 300 seconds for server to start: ok (waited 4 secs)
server localhost:8529 started
server localhost:8530 listening (filter_out_apache)
server localhost:8531 listening (TestModules::proxy)
server localhost:8532 listening (TestModperl::merge)
server localhost:8533 listening (TestModperl::perl_options)
server localhost:8534 listening (TestModperl::setupenv)
server localhost:8535 listening (TestUser::rewrite)
server localhost:8536 listening (TestVhost::log)
server localhost:8537 listening (TestVhost::config)
server localhost:8538 listening (TestProtocol::pseudo_http)
server localhost:8539 listening (TestProtocol::echo_bbs)
server localhost:8540 listening (TestProtocol::echo_filter)
server localhost:8541 listening (TestProtocol::echo_bbs2)
server localhost:8542 listening (TestProtocol::echo_timeout)
server localhost:8543 listening (TestProtocol::echo_block)
server localhost:8544 listening (TestProtocol::echo_nonblock)
server localhost:8545 listening (TestPreConnection::note)
server localhost:8546 listening (TestHooks::hookrun)
server localhost:8547 listening (TestHooks::init)
server localhost:8548 listening (TestHooks::trans)
server localhost:8549 listening (TestHooks::stacked_handlers2)
server localhost:8550 listening (TestHooks::startup)
server localhost:8551 listening (TestFilter::in_bbs_inject_header)
server localhost:8552 listening (TestFilter::in_str_msg)
server localhost:8553 listening (TestFilter::both_str_con_add)
server localhost:8554 listening (TestFilter::in_bbs_msg)
server localhost:8555 listening (TestDirective::perlmodule)
server localhost:8556 listening (TestDirective::perlrequire)
server localhost:8557 listening (TestDirective::perlloadmodule4)
server localhost:8558 listening (TestDirective::perlloadmodule5)
server localhost:8559 listening (TestDirective::perlloadmodule3)
server localhost:8560 listening (TestDirective::perlloadmodule6)
t/modules/proxy....# connecting to http://localhost:8531/TestModules__proxy
1..1
# Running under perl version 5.009003 for freebsd
# Current time local: Fri Apr  8 03:23:44 2005
# Current time GMT:   Fri Apr  8 07:23:44 2005
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.22
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/modules/proxy.t  255 65280     1    2 200.00%  1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
......done
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
*** Error code 1

Stop in /usr/home/pgollucci/dev/src/mod_perl-2.0.0-RC5.
END in modperl_extra.pl, pid=93918
END in modperl_extra.pl, pid=93918
[Fri Apr 08 03:23:44 2005] [notice] Digest: generating secret for digest 
authentication ...
[Fri Apr 08 03:23:44 2005] [notice] Digest: done
[Fri Apr 08 03:23:44 2005] [notice] Apache/2.1.5-dev (Unix) world domination 
series/2.0 DAV/2 mod_perl/1.999.22-dev Perl/v53.46.57.46.51 configured -- 
resuming normal operations
[Fri Apr 08 03:23:44 2005] [info] Server built: Apr  8 2005 01:36:09
[Fri Apr 08 03:23:44 2005] [debug] worker.c(1679): AcceptMutex: flock (default: 
flock)
[Fri Apr 08 03:23:44 2005] [debug] proxy_util.c(1615): proxy: initialized 
worker 0 in child 93933 for (localhost:8529) min=0 max=2 smax=2
[Fri Apr 08 03:23:44 2005] [debug] proxy_util.c(1615): proxy: initialized 
worker 1 in child 93933 for (*) min=0 max=2 smax=2
[Fri Apr 08 03:23:45 2005] [debug] mod_proxy_http.c(54): proxy: HTTP: 
canonicalising URL //localhost:8531/TestModules__proxy_real
[Fri Apr 08 03:23:45 2005] [error] [client 127.0.0.1] File does not exist: 
proxy:http://localhost:8531/TestModules__proxy_real
[Fri Apr 08 03:23:49 2005] [warn] child process 93933 still did not exit, 
sending a SIGTERM
[Fri Apr 08 03:23:50 2005] [debug] worker.c(1057): the listener thread didn't 
exit
[Fri Apr 08 03:23:50 2005] [info] Child process pid=93933 is exiting
[Fri Apr 08 03:23:50 2005] [info] Child process pid=93933 is exiting - server 
push
END in modperl_extra.pl, pid=93933
END in modperl_extra.pl, pid=93933
[Fri Apr 08 03:23:51 2005] [info] removed PID file 
/usr/home/pgollucci/dev/src/mod_perl-2.0.0-RC5/t/logs/httpd.pid (pid=93925)
[Fri Apr 08 03:23:51 2005] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=93925
END in modperl_extra.pl, pid=93925

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to