[prev] [thread] [next] [Date index for 2005/01/16]
[Long report!]
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:
This is OS X (10.3) with their standard perl, CompleteApache2 and
mod_perl-2-RC3
Running make test shows some failures:
Failed Test Stat Wstat Total Fail Failed List of
Failed
-------------------------------------------------------------------------------
t/api/access2.t 6 3 50.00% 2 5-6
t/filter/both_str_native_remove.t 8 2 25.00% 1-2
t/filter/both_str_req_mix.t 1 1 100.00% 1
t/filter/both_str_req_proxy.t 1 1 100.00% 1
Failed 4/4 test scripts, 0.00% okay. 7/16 subtests failed, 56.25% okay.
After that it will not "make install"
t/api/access2......................1..6
# Running under perl version 5.008001 for darwin
# Current time local: Sun Jan 16 11:48:17 2005
# Current time GMT: Sun Jan 16 10:48:17 2005
# Using Test.pm version 1.24
# Using Apache/Test.pm version 1.20
ok 1
# testing : no credentials passed
# expected: 401
# received: 403
not ok 2
# Failed test 2 in t/api/access2.t at line 15
ok 3
ok 4
not ok 5
# Failed test 5 in t/api/access2.t at line 24
not ok 6
# Failed test 6 in t/api/access2.t at line 27
FAILED tests 2, 5-6
Failed 3/6 tests, 50.00% okay
t/filter/both_str_native_remove....1..8
# Running under perl version 5.008001 for darwin
# Current time local: Sun Jan 16 11:48:22 2005
# Current time GMT: Sun Jan 16 10:48:22 2005
# Using Test.pm version 1.24
# Using Apache/Test.pm version 1.20
# Failed test 1 in t/filter/both_str_native_remove.t at line 22
# Failed test 2 in t/filter/both_str_native_remove.t at line 24
# testing : INCLUDES filter
# expected: (?-xism:xSSI OK)
# received: 500 unexpected EOF before status line seen
not ok 1
# testing : DEFLATE filter
# expected: (?-xism:content: gzipped text)
# received: 500 unexpected EOF before status line seen
not ok 2
# testing : DEFLATE filter is present
# expected: (?-xism:input1: [\w,]+deflate)
# received: content: plain text
# input1:
modperl_request_input,modperl_request_input,modperl_request_input,deflate,net_time,http_in,log_input_output,core_in
# input2:
modperl_request_input,modperl_request_input,net_time,http_in,log_input_output,core_in
# output1:
modperl_request_output,includes,modperl_request_output,byterange,content_length,http_header,log_input_output,core
# x<!--#echo var="SSI_TEST" -->x
# output2: modperl_request_output,content_length,log_input_output,core
ok 3
# testing : DEFLATE filter is removed
# expected: (?-xism:input2: [\w,]+deflate)
# received: content: plain text
# input1:
modperl_request_input,modperl_request_input,modperl_request_input,deflate,net_time,http_in,log_input_output,core_in
# input2:
modperl_request_input,modperl_request_input,net_time,http_in,log_input_output,core_in
# output1:
modperl_request_output,includes,modperl_request_output,byterange,content_length,http_header,log_input_output,core
# x<!--#echo var="SSI_TEST" -->x
# output2: modperl_request_output,content_length,log_input_output,core
ok 4
# testing : DEFLATE filter wasn't invoked
# expected: (?-xism:content: plain text)
# received: content: plain text
# input1:
modperl_request_input,modperl_request_input,modperl_request_input,deflate,net_time,http_in,log_input_output,core_in
# input2:
modperl_request_input,modperl_request_input,net_time,http_in,log_input_output,core_in
# output1:
modperl_request_output,includes,modperl_request_output,byterange,content_length,http_header,log_input_output,core
# x<!--#echo var="SSI_TEST" -->x
# output2: modperl_request_output,content_length,log_input_output,core
ok 5
# testing : INCLUDES filter is present
# expected: (?-xism:output1:
modperl_request_output,includes,modperl_request_output,)
# received: content: plain text
# input1:
modperl_request_input,modperl_request_input,modperl_request_input,deflate,net_time,http_in,log_input_output,core_in
# input2:
modperl_request_input,modperl_request_input,net_time,http_in,log_input_output,core_in
# output1:
modperl_request_output,includes,modperl_request_output,byterange,content_length,http_header,log_input_output,core
# x<!--#echo var="SSI_TEST" -->x
# output2: modperl_request_output,content_length,log_input_output,core
ok 6
# testing : INCLUDES filter is removed
# expected: (?-xism:output2: modperl_request_output,(?!includes))
# received: content: plain text
# input1:
modperl_request_input,modperl_request_input,modperl_request_input,deflate,net_time,http_in,log_input_output,core_in
# input2:
modperl_request_input,modperl_request_input,net_time,http_in,log_input_output,core_in
# output1:
modperl_request_output,includes,modperl_request_output,byterange,content_length,http_header,log_input_output,core
# x<!--#echo var="SSI_TEST" -->x
# output2: modperl_request_output,content_length,log_input_output,core
ok 7
# testing : INCLUDES filter wasn't invoked
# expected: (?-xism:x<!--#echo var="SSI_TEST" -->x)
# received: content: plain text
# input1:
modperl_request_input,modperl_request_input,modperl_request_input,deflate,net_time,http_in,log_input_output,core_in
# input2:
modperl_request_input,modperl_request_input,net_time,http_in,log_input_output,core_in
# output1:
modperl_request_output,includes,modperl_request_output,byterange,content_length,http_header,log_input_output,core
# x<!--#echo var="SSI_TEST" -->x
# output2: modperl_request_output,content_length,log_input_output,core
ok 8
FAILED tests 1-2
Failed 2/8 tests, 75.00% okay
t/filter/both_str_req_mix..........1..1
# Running under perl version 5.008001 for darwin
# Current time local: Sun Jan 16 11:48:42 2005
# Current time GMT: Sun Jan 16 10:48:42 2005
# Using Test.pm version 1.24
# Using Apache/Test.pm version 1.20
# Failed test 1 in t/filter/both_str_req_mix.t at line 33
# testing : mixing httpd and mod_perl filters, while preserving order
# expected: This is a clear text
# received: undef
not ok 1
FAILED test 1
Failed 1/1 tests, 0.00% okay
t/filter/both_str_req_proxy........1..1
# Running under perl version 5.008001 for darwin
# Current time local: Sun Jan 16 11:49:11 2005
# Current time GMT: Sun Jan 16 10:49:11 2005
# Using Test.pm version 1.24
# Using Apache/Test.pm version 1.20
# testing : lc input and reverse output filters
# expected: abcdefghijklmnopqrstuvwxyz0123456789
# received: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
# <html><head>
# <title>403 Forbidden</title>
# </head><body>
# <h1>Forbidden</h1>
# <p>You don't have permission to access /TestFilter__both_str_req_proxy/foo
# on this server.</p>
# <hr>
# <address>Apache/2.0.52 (Unix) world domination series/2.0 mod_ssl/2.0.52
OpenSSL/0.9.7b DAV/2 mod_perl/1.999.20 Perl/v5.8.1 Server at
localhost.localdomain Port 8529</address>
# </body></html>
not ok 1
# Failed test 1 in t/filter/both_str_req_proxy.t at line 16
FAILED test 1
Failed 1/1 tests, 0.00% okay
1b. t/logs/error_log
[Sun Jan 16 11:48:02 2005] [info] Init: Initializing OpenSSL library
[Sun Jan 16 11:48:02 2005] [info] Init: Seeding PRNG with 0 bytes of entropy
[Sun Jan 16 11:48:02 2005] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Sun Jan 16 11:48:03 2005] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sun Jan 16 11:48:03 2005] [warn] Init: Session Cache is not configured [hint:
SSLSessionCache]
[Sun Jan 16 11:48:03 2005] [info] Init: Initializing (virtual) servers for SSL
[Sun Jan 16 11:48:03 2005] [info] Server: Apache/2.0.52, Interface:
mod_ssl/2.0.52, Library: OpenSSL/0.9.7b
END in modperl_extra.pl, pid=11460
Attempt to free unreferenced scalar at /System/Library/Perl/5.8.1/Test/
Harness.pm line 48.
[Sun Jan 16 11:48:14 2005] [info] Init: Initializing OpenSSL library
[Sun Jan 16 11:48:14 2005] [info] Init: Seeding PRNG with 0 bytes of entropy
[Sun Jan 16 11:48:14 2005] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Sun Jan 16 11:48:14 2005] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sun Jan 16 11:48:14 2005] [info] Init: Initializing (virtual) servers for SSL
[Sun Jan 16 11:48:14 2005] [info] Server: Apache/2.0.52, Interface:
mod_ssl/2.0.52, Library: OpenSSL/0.9.7b
[Sun Jan 16 11:48:14 2005] [notice] Digest: generating secret for digest
authentication ...
[Sun Jan 16 11:48:14 2005] [notice] Digest: done
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [debug] util_ldap.c(1248): LDAP merging Shared
Cache conf: shm=0x1e48640 rmm=0x1e48670 for VHOST: localhost.localdomain
[Sun Jan 16 11:48:14 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sun Jan 16 11:48:14 2005] [notice] LDAP: SSL support unavailable
[Sun Jan 16 11:48:15 2005] [debug] util_ldap.c(1432): INIT global mutex /var/
tmp/tmp.0.NqydDb in child 11468
[Sun Jan 16 11:48:15 2005] [debug] util_ldap.c(1432): INIT global mutex /var/
tmp/tmp.0.NqydDb in child 11469
[Sun Jan 16 11:48:15 2005] [notice] Apache/2.0.52 (Unix) world domination
series/2.0 mod_ssl/2.0.52 OpenSSL/0.9.7b DAV/2 mod_perl/1.999.20 Perl/v5.8.1
configured -- resuming normal operations
[Sun Jan 16 11:48:15 2005] [info] Server built: Sep 30 2004 18:20:43
[Sun Jan 16 11:48:15 2005] [debug] prefork.c(955): AcceptMutex: sysvsem
(default: sysvsem)
[Sun Jan 16 11:48:22 2005] [error] [client 127.0.0.1] client denied by server
configuration: /Users/abeltje/download/mod_perl-2.0.0-RC3/t/htdocs/
TestAPI__access2
[Sun Jan 16 11:48:22 2005] [error] [client 127.0.0.1] client denied by server
configuration: /Users/abeltje/download/mod_perl-2.0.0-RC3/t/htdocs/
TestAPI__access2
[Sun Jan 16 11:48:22 2005] [error] [client 127.0.0.1] client denied by server
configuration: /Users/abeltje/download/mod_perl-2.0.0-RC3/t/htdocs/
TestAPI__access2
[Sun Jan 16 11:48:22 2005] [error] [client 127.0.0.1] client denied by server
configuration: /Users/abeltje/download/mod_perl-2.0.0-RC3/t/htdocs/
TestAPI__access2
[Sun Jan 16 11:48:22 2005] [error] [client 127.0.0.1] client denied by server
configuration: /Users/abeltje/download/mod_perl-2.0.0-RC3/t/htdocs/
TestAPI__access2
[Sun Jan 16 11:48:22 2005] [error] [client 127.0.0.1] client denied by server
configuration: /Users/abeltje/download/mod_perl-2.0.0-RC3/t/htdocs/
TestAPI__access2
dyld: /Library/Apache2/bin/httpd Undefined symbols:
_inflateInit2_
[Sun Jan 16 11:48:28 2005] [debug] util_ldap.c(1432): INIT global mutex /var/
tmp/tmp.0.NqydDb in child 11484
[Sun Jan 16 11:48:41 2005] [error] server reached MaxClients setting, consider
raising the MaxClients setting
[Sun Jan 16 11:48:41 2005] [notice] child pid 11469 exit signal Trace/BPT trap
(5), possible coredump in /Users/abeltje/download/mod_perl-2.0.0-RC3/t
dyld: /Library/Apache2/bin/httpd Undefined symbols:
_inflateInit2_
[Sun Jan 16 11:48:47 2005] [debug] util_ldap.c(1432): INIT global mutex /var/
tmp/tmp.0.NqydDb in child 11490
[Sun Jan 16 11:49:10 2005] [notice] child pid 11484 exit signal Trace/BPT trap
(5), possible coredump in /Users/abeltje/download/mod_perl-2.0.0-RC3/t
[Sun Jan 16 11:49:18 2005] [error] [client 127.0.0.1] client denied by server
configuration: proxy:http://localhost.localdomain:8529/
TestFilter__both_str_req_proxy_content/foo
[Sun Jan 16 11:49:18 2005] [info] Child process pid=11468 is exiting
END in modperl_extra.pl, pid=11468
[Sun Jan 16 11:49:19 2005] [warn] child process 11490 still did not exit,
sending a SIGTERM
[Sun Jan 16 11:49:19 2005] [info] Child process pid=11490 is exiting
END in modperl_extra.pl, pid=11490
[Sun Jan 16 11:49:19 2005] [info] removed PID file /Users/abeltje/download/
mod_perl-2.0.0-RC3/t/logs/httpd.pid (pid=11464)
[Sun Jan 16 11:49:19 2005] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=11464
Attempt to free unreferenced scalar at /System/Library/Perl/5.8.1/Test/
Harness.pm line 48.
2. Used Components and their Configuration:
*** mod_perl version 1.999020
*** using /Users/abeltje/download/mod_perl-2.0.0-RC3/lib/Apache/BuildConfig.pm
*** Makefile.PL options:
MP_APR_LIB => aprext
MP_APXS => /Library/Apache2/bin/apxs
MP_COMPAT_1X => 1
MP_GENERATE_XS => 1
MP_INST_APACHE2 => 1
MP_LIBNAME => mod_perl
MP_USE_DSO => 1
*** /Library/Apache2/bin/httpd -V
Server version: Apache/2.0.52
Server built: Sep 30 2004 18:20:43
Server's Module Magic Number: 20020903:9
Architecture: 32-bit
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_MMAP
-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 HTTPD_ROOT="/Library/Apache2"
-D SUEXEC_BIN="/Library/Apache2/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
*** (apr|apu)-config linking info
-L/Library/Apache2/lib -lapr-0 -lresolv -lpthread
-L/Library/Apache2/lib -laprutil-0 -lldap -llber -lexpat -liconv
*** /usr/bin/perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 1 RC3) configuration:
Platform:
osname=darwin, osvers=7.0, archname=darwin-thread-multi-2level
uname='darwin hampsten 7.0 darwin kernel version 6.0: fri jul 25 16:58:41
pdt 2003; root:xnu-344.frankd.rootsxnu-344.frankd~objrelease_ppc power
macintosh powerpc '
config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe
-Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-g -pipe -pipe -fno-common -DPERL_DARWIN
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include',
optimize='-Os',
cppflags='-no-cpp-precomp -g -pipe -pipe -fno-common -DPERL_DARWIN
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/
lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
Locally applied patches:
RC3
Built under darwin
Compiled at Sep 12 2003 19:50:49
%ENV:
PERL5LIB="/sw/lib/perl5:/sw/lib/perl5"
PERL_LWP_USE_HTTP_10="1"
@INC:
/sw/lib/perl5
/sw/lib/perl5
/System/Library/Perl/5.8.1/darwin-thread-multi-2level
/System/Library/Perl/5.8.1
/Library/Perl/5.8.1/darwin-thread-multi-2level
/Library/Perl/5.8.1
/Library/Perl
/Network/Library/Perl/5.8.1/darwin-thread-multi-2level
/Network/Library/Perl/5.8.1
/Network/Library/Perl
.
*** Packages of interest status:
Apache::Request: -
CGI : 2.98
LWP : 5.800
mod_perl : 1.26
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 Sun Jan 16 10:53:02 2005 GMT.
-------------8<---------- End Bug Report --------------8<----------
Note: Complete the rest of the details and post this bug report to
modperl <at> perl.apache.org. To subscribe to the list send an empty
email to modperl-subscribe@xxxx.xxxxxx.xxx.
|
[mp2] make test failures on OS X
|
Generated at 17:42 on 27 Jan 2005 by mariachi v0.52