-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

I am getting 'make test' failures in the following tests:
  
 t/api/request_rec.t, t/filter/out_str_reverse.t, t/api/err_headers_out.t

The output of t/TEST -verbose for these tests is:

===================================================================
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/perl/5.14.2-A/bin/perl 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/TEST -verbose 
't/api/request_rec.t' 't/filter/out_str_reverse.t' 't/api/err_headers_out.t'
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/bin/httpd
  -d /usr/local/src/httpd/apache/mod_perl-2.0.5/t -f 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/conf/httpd.conf -D APACHE2 -D 
PERL_USEITHREADS
using Apache/2.2.21 (prefork MPM)

waiting 120 seconds for server to start: .[Thu Oct 13 12:55:44 2011] [info] 6 
Apache2:: modules loaded
[Thu Oct 13 12:55:44 2011] [info] 0 APR:: modules loaded
[Thu Oct 13 12:55:44 2011] [info] base server + 29 vhosts ready to run tests
.
waiting 120 seconds for server to start: ok (waited 0 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::merge)
server localhost:8534 listening (TestModperl::perl_options)
server localhost:8535 listening (TestModperl::perl_options2)
server localhost:8536 listening (TestModperl::setupenv)
server localhost:8537 listening (TestModules::proxy)
server localhost:8538 listening (TestUser::rewrite)
server localhost:8539 listening (TestVhost::config)
server localhost:8540 listening (TestVhost::log)
server localhost:8541 listening (TestProtocol::echo_bbs)
server localhost:8542 listening (TestProtocol::echo_bbs2)
server localhost:8543 listening (TestProtocol::echo_block)
server localhost:8544 listening (TestProtocol::echo_filter)
server localhost:8545 listening (TestProtocol::echo_nonblock)
server localhost:8546 listening (TestProtocol::echo_timeout)
server localhost:8547 listening (TestProtocol::pseudo_http)
server localhost:8548 listening (TestPreConnection::note)
server localhost:8549 listening (TestHooks::hookrun)
server localhost:8550 listening (TestHooks::init)
server localhost:8551 listening (TestHooks::stacked_handlers2)
server localhost:8552 listening (TestHooks::startup)
server localhost:8553 listening (TestHooks::trans)
server localhost:8554 listening (TestFilter::both_str_con_add)
server localhost:8555 listening (TestFilter::in_bbs_inject_header)
server localhost:8556 listening (TestFilter::in_bbs_msg)
server localhost:8557 listening (TestFilter::in_str_msg)
server localhost:8558 listening (TestDirective::perlmodule)
server localhost:8559 listening (TestDirective::perlrequire)
server localhost:8560 listening (TestAPI::add_config)
server localhost:8561 listening (TestDirective::perlloadmodule3)
server localhost:8562 listening (TestDirective::perlloadmodule4)
server localhost:8563 listening (TestDirective::perlloadmodule5)
server localhost:8564 listening (TestDirective::perlloadmodule6)
server localhost:8565 listening (TestHooks::push_handlers_anon)
[warning] Using random number seed: 1750998099 (autogenerated)
t/filter/out_str_reverse.t .. 
1..2
# Running under perl version 5.014002 for linux
# Current time local: Thu Oct 13 12:55:46 2011
# Current time GMT:   Thu Oct 13 11:55:46 2011
# Using Test.pm version 1.25_02
# Using Apache/Test.pm version 1.36
# testing : reverse filter
# expected: abcdefghijklmnopqrstuvwxyz
# 0123456789
# Reversed by mod_perl 2.0
# received: abcdefghijklmnopqrstuvwxyz
# 0123456789
# Reversed by mod_perl 2.0
ok 1
# testing : reverse filter
# expected: abcdefghijklmnopqrstuvwxyz
# 0123456789
# Reversed by mod_perl 2.0
# received: abcdefghijklmnopqrstuvwxyz
# 0123456789
not ok 2
# Failed test 2 in t/filter/out_str_reverse.t at line 30
Failed 1/2 subtests 
t/api/err_headers_out.t ..... 
1..6
# Running under perl version 5.014002 for linux
# Current time local: Thu Oct 13 12:55:46 2011
# Current time GMT:   Thu Oct 13 11:55:46 2011
# Using Test.pm version 1.25_02
# Using Apache/Test.pm version 1.36
# testing : OK
# expected: 200
# received: 200
ok 1
# testing : X-err_headers_out: made it
# expected: err_headers_out
# received: undef
not ok 2
# testing : X-headers_out: made it
# expected: headers_out
# received: undef
not ok 3
# Failed test 2 in t/api/err_headers_out.t at line 22
# Failed test 3 in t/api/err_headers_out.t at line 25
# testing : not found
# expected: 404
# received: 404
ok 4
# testing : X-err_headers_out: made it
# expected: err_headers_out
# received: undef
not ok 5
ok 6
# Failed test 5 in t/api/err_headers_out.t at line 39
Failed 3/6 subtests 
t/api/request_rec.t ......... 
1..55
# Running under perl version 5.014002 for linux
# Current time local: Thu Oct 13 12:55:44 2011
# Current time GMT:   Thu Oct 13 11:55:44 2011
# Using Test.pm version 1.25_02
# Using Apache/Test.pm version 1.36
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
# testing : t->proto_num
# expected: 1000
# received: 1001
not ok 13
# testing : $r->hostname
# expected: localhost
# received: localhost
ok 14
# testing : $r->hostname rw
# expected: other.hostname
# received: other.hostname
ok 15
ok 16
ok 17
ok 18
# testing : $r->method
# expected: GET
# received: GET
ok 19
# testing : $r->method_number
# expected: 0
# received: 0
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
# buffered
# testing : buffered print
# expected: 11
# received: 11
ok 31
# testing : buffered print
# expected: 0E0
# received: 0E0
ok 32
# not buffered
# testing : unbuffered print
# expected: 15
# received: 15
ok 33
# expected: /TestAPI__request_rec/my_path_info?my_args=3
# received: /TestAPI__request_rec/my_path_info?my_args=3
ok 34
# testing : $r->uri
# expected: /TestAPI__request_rec/my_path_info
# received: /TestAPI__request_rec/my_path_info
ok 35
# testing : $r->path_info
# expected: /my_path_info
# received: /my_path_info
ok 36
# testing : $r->args
# expected: my_args=3
# received: my_args=3
ok 37
# testing : $r->the_request
# expected: GET /TestAPI__request_rec/my_path_info?my_args=3 HTTP/1.0
# received: GET /TestAPI__request_rec/my_path_info?my_args=3 HTTP/1.1
not ok 38
# testing : $r->the_request rw
# expected: GET /TestAPI__request_rec/my_path_info?my_args=3&foo=bar HTTP/1.0
# received: GET /TestAPI__request_rec/my_path_info?my_args=3&foo=bar HTTP/1.0
ok 39
ok 40
# testing : $r->location
# expected: /TestAPI__request_rec
# received: /TestAPI__request_rec
ok 41
# sent so far: 1804 bytes
ok 42
# testing : mtime
# expected: 1296678226
# received: 1296678226
ok 43
# testing : $r->finfo
# expected: 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm
# received: 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm
ok 44
ok 45
ok 46
ok 47
# testing : $r->content_languages
# expected: [
#     fr,
# ]
# received: [
#     fr,
# ]
ok 48
# testing : $r->content_languages
# expected: [
#     fr,
# ]
# received: [
#     fr,
# ]
ok 49
# testing : $r->content_languages
# expected: [
#     fr,
#     us,
#     cn,
# ]
# received: [
#     fr,
#     us,
#     cn,
# ]
ok 50
# testing : $r->content_languages(invalid)
# expected: (?^:Not an array reference)
# received: Not an array reference at 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm 
line 203.
ok 51
# testing : invalid Apache2::RequestRec=HASH(0x2976838) object
# expected: (?^:method `uri' invoked by a `Apache2::RequestRec' object with no 
`r' key!)
# received: method `uri' invoked by a `Apache2::RequestRec' object with no `r' 
key! at 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm 
line 213.
ok 52
# testing : invalid NonExisting=HASH(0x29767c0) object
# expected: (?^:method `uri' invoked by a `NonExisting' object with no `r' key!)
# received: method `uri' invoked by a `NonExisting' object with no `r' key! at 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm 
line 220.
ok 53
# testing : invalid HASH(0x2951010) object
# expected: (?^:method `uri' invoked by a `unknown' object with no `r' key!)
# received: method `uri' invoked by a `unknown' object with no `r' key! at 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm 
line 227.
ok 54
ok 55
Failed 2/55 subtests 

Test Summary Report
-------------------
t/filter/out_str_reverse.t (Wstat: 0 Tests: 2 Failed: 1)
  Failed test:  2
t/api/err_headers_out.t   (Wstat: 0 Tests: 6 Failed: 3)
  Failed tests:  2-3, 5
t/api/request_rec.t       (Wstat: 0 Tests: 55 Failed: 2)
  Failed tests:  13, 38
Files=3, Tests=63,  1 wallclock secs ( 0.04 usr  0.00 sys +  1.00 cusr  0.07 
csys =  1.11 CPU)
Result: FAIL
Failed 3/3 test programs. 6/63 subtests failed.
[warning] server localhost:8529 shutdown
[  error] error running tests (please examine t/logs/error_log)
==================================================================

The contents of t/logs/error_log are

==================================================================
[Thu Oct 13 12:55:44 2011] [info] Init: Seeding PRNG with 0 bytes of entropy
[Thu Oct 13 12:55:44 2011] [info] Init: Generating temporary RSA private keys 
(512/1024 bits)
[Thu Oct 13 12:55:44 2011] [info] Init: Generating temporary DH parameters 
(512/1024 bits)
[Thu Oct 13 12:55:44 2011] [warn] Init: Session Cache is not configured [hint: 
SSLSessionCache]
[Thu Oct 13 12:55:44 2011] [info] Init: Initializing (virtual) servers for SSL
[Thu Oct 13 12:55:44 2011] [info] mod_ssl/2.2.21 compiled against Server: 
Apache/2.2.21, Library: OpenSSL/0.9.8h
Attempt to free unreferenced scalar: SV 0x27424b0, Perl interpreter: 0x27232f0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x2553958, Perl interpreter: 0x2521280 
during global destruction.
Attempt to free unreferenced scalar: SV 0x2467d40, Perl interpreter: 0x23ce200 
during global destruction.
END in modperl_extra.pl, pid=19975
Attempt to free unreferenced scalar: SV 0xc40990, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc822e8, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc8d948, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc3df10, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc8da38, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1fb4e28, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xca32a0, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc823d8, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1faa250, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc86730, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc40990, Perl interpreter: 0xb9f2c0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xc822e8, Perl interpreter: 0xb9f2c0 
during global destruction.
[Thu Oct 13 12:55:45 2011] [notice] Digest: generating secret for digest 
authentication ...
[Thu Oct 13 12:55:45 2011] [notice] Digest: done
[Thu Oct 13 12:55:45 2011] [info] Init: Seeding PRNG with 0 bytes of entropy
[Thu Oct 13 12:55:45 2011] [info] Init: Generating temporary RSA private keys 
(512/1024 bits)
[Thu Oct 13 12:55:45 2011] [info] Init: Generating temporary DH parameters 
(512/1024 bits)
[Thu Oct 13 12:55:45 2011] [info] Init: Initializing (virtual) servers for SSL
[Thu Oct 13 12:55:45 2011] [info] mod_ssl/2.2.21 compiled against Server: 
Apache/2.2.21, Library: OpenSSL/0.9.8h
[Thu Oct 13 12:55:45 2011] [notice] Apache/2.2.21 (Unix) world domination 
series/2.0 mod_ssl/2.2.21 OpenSSL/0.9.8h DAV/2 mod_perl/2.0.5 Perl/v5.14.2 
configured -- resuming normal operations
[Thu Oct 13 12:55:45 2011] [info] Server built: Oct  8 2011 17:02:12
[Thu Oct 13 12:55:45 2011] [debug] prefork.c(1023): AcceptMutex: sysvsem 
(default: sysvsem)
# Failed test 13 in 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm at 
line 61
# Failed test 38 in 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/response/TestAPI/request_rec.pm at 
line 127
[Thu Oct 13 12:55:47 2011] [info] Child process pid=19984 is exiting
[Thu Oct 13 12:55:47 2011] [info] Child process pid=19984 is exiting - server 
push
[Thu Oct 13 12:55:47 2011] [info] Child process pid=19983 is exiting
END in modperl_extra.pl, pid=19984
[Thu Oct 13 12:55:47 2011] [info] Child process pid=19983 is exiting - server 
push
END in modperl_extra.pl, pid=19983
[Thu Oct 13 12:55:47 2011] [info] removed PID file 
/usr/local/src/httpd/apache/mod_perl-2.0.5/t/logs/httpd.pid (pid=19979)
[Thu Oct 13 12:55:47 2011] [notice] caught SIGTERM, shutting down
Attempt to free unreferenced scalar: SV 0x1adb200, Perl interpreter: 0x1abbf30 
during global destruction.
Attempt to free unreferenced scalar: SV 0x19369a8, Perl interpreter: 0x18ee610 
during global destruction.
Attempt to free unreferenced scalar: SV 0x184adb0, Perl interpreter: 0x181c330 
during global destruction.
END in modperl_extra.pl, pid=19979
Attempt to free unreferenced scalar: SV 0x1c64230, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1bec3c8, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1bedb68, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x23af140, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1bedc58, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x12779c0, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1c72570, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1bec4b8, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x126d148, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0xcd3480, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1c64230, Perl interpreter: 0x708bb0 
during global destruction.
Attempt to free unreferenced scalar: SV 0x1bec3c8, Perl interpreter: 0x708bb0 
during global destruction.
==================================================================


2. Used Components and their Configuration:

*** mod_perl version 2.000005

*** using /usr/local/src/httpd/apache/mod_perl-2.0.5/lib/Apache2/BuildConfig.pm

*** Makefile.PL options:
  MP_APR_LIB     => aprext
  MP_APXS        => 
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/bin/apxs
  MP_COMPAT_1X   => 0
  MP_GENERATE_XS => 1
  MP_LIBNAME     => mod_perl
  MP_USE_DSO     => 1


*** 
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/bin/httpd
 -V
Server version: Apache/2.2.21 (Unix)
Server built:   Oct  8 2011 17:02:12
Server's Module Magic Number: 20051115:30
Server loaded:  APR 1.4.5, APR-Util 1.3.12
Compiled using: APR 1.4.5, APR-Util 1.3.12
Architecture:   64-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -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=128
 -D 
HTTPD_ROOT="/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3"
 -D 
SUEXEC_BIN="/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/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"

*** /usr/bin/ldd 
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/bin/httpd
        linux-vdso.so.1 =>  (0x00007fff17052000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f162125b000)
        libaprutil-1.so.0 => 
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/lib/libaprutil-1.so.0
 (0x00007f1621039000)
        libexpat.so.0 => 
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/lib/libexpat.so.0
 (0x00007f1620e10000)
        libapr-1.so.0 => 
/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/lib/libapr-1.so.0
 (0x00007f1620be2000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f16209d8000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f162079d000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1620580000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f162037b000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f162001d000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f16214dd000)


*** (apr|apu)-config linking info

 
-L/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/lib
 -laprutil-1     -lexpat 
 
-L/usr/local/httpd/apache/2.2.21-perl.5.14.2-A-mod-perl.2.0.5-mod-ucam-webauth.1.4.3/lib
 -lapr-1 -lrt -lcrypt  -lpthread -ldl 



*** /usr/local/perl/5.14.2-A/bin/perl -V
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
   
  Platform:
    osname=linux, osvers=2.6.32.45-0.3-default, 
archname=x86_64-linux-thread-multi
    uname='linux coot 2.6.32.45-0.3-default #1 smp 2011-08-22 10:12:58 +0200 
x86_64 x86_64 x86_64 gnulinux '
    config_args='-des -Dnoextensions=ODBM_File 
-Dprefix=/usr/local/perl/5.14.2-A -Dusethreads -Duse64bitall -Dlibpth=/lib64 
/usr/lib64 /usr/local/lib64 -Dlocincpth=/usr/local/include -A 
define:libc=/lib64/libc-2.11.1.so -Uinstallusrbinperl -Dman1dir=none 
-Dman3dir=none -Duseshrplib -Uperladmin -Dotherlibdirs=/usr/local/perl5lib'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -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 -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.3.4 [gcc-4_3-branch revision 152973]', 
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'
    libpth=/lib64 /usr/lib64 /usr/local/lib64
    libs=-lnsl -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib64/libc-2.11.1.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.11.1'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/usr/local/perl/5.14.2-A/lib/5.14.2/x86_64-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Built under linux
  Compiled at Oct  8 2011 15:23:40
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /usr/local/perl/5.14.2-A/lib/site_perl/5.14.2/x86_64-linux-thread-multi
    /usr/local/perl/5.14.2-A/lib/site_perl/5.14.2
    /usr/local/perl/5.14.2-A/lib/5.14.2/x86_64-linux-thread-multi
    /usr/local/perl/5.14.2-A/lib/5.14.2
    /usr/local/perl5lib
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : -
CGI                : 3.52
ExtUtils::MakeMaker: 6.57_05
LWP                : 6.02
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 Thu Oct 13 11:46:18 2011 GMT.

-------------8<---------- End Bug Report --------------8<----------

-- 
Charles Jardine - Computing Service, University of Cambridge
c...@cam.ac.uk    Tel: +44 1223 334506, Fax: +44 1223 334679

Reply via email to