-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:
 
Getting error during make test.  Pattern match error in Test.pm line 500 - my @digits = shift =~ m/(\d+)\.?(\d*)\.?(\d*)/;
Ran below:
t/TEST -clean
t/TEST -verbose t/api/aplog.t
 
t/logs/error_log
 
[Tue Sep 26 10:56:56 2006] [info] Init: Initializing OpenSSL library
[Tue Sep 26 10:56:56 2006] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Sep 26 10:56:56 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Sep 26 10:56:57 2006] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Sep 26 10:56:57 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Sep 26 10:56:57 2006] [info] Init: Initializing (virtual) servers for SSL
[Tue Sep 26 10:56:57 2006] [info] Server: /2.0.52, Interface: mod_ssl/2.0.52, Library: OpenSSL/0.9.7d
[Tue Sep 26 10:56:57 2006] [info] mod_unique_id: using ip addr 209.62.129.212
END in modperl_extra.pl, pid=20221
END in modperl_extra.pl, pid=20221
[Tue Sep 26 10:57:08 2006] [info] Init: Initializing OpenSSL library
[Tue Sep 26 10:57:08 2006] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Sep 26 10:57:08 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Sep 26 10:57:08 2006] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Sep 26 10:57:08 2006] [info] Init: Initializing (virtual) servers for SSL
[Tue Sep 26 10:57:08 2006] [info] Server: /2.0.52, Interface: mod_ssl/2.0.52, Library: OpenSSL/0.9.7d
[Tue Sep 26 10:57:08 2006] [info] mod_unique_id: using ip addr 209.62.129.212
[Tue Sep 26 10:57:09 2006] [notice] /2.0.52 (Unix) world domination series/2.0 DAV/2 mod_ssl/2.0.52 OpenSSL/0.9.7d mod_perl/2.0.2 Perl/v5.8.3 configured -- resuming normal operations
[Tue Sep 26 10:57:09 2006] [info] Server built: Dec 21 2004 10:50:03
[Tue Sep 26 10:57:09 2006] [debug] worker.c(1631): AcceptMutex: fcntl (default: fcntl)
 
*** The following warn entry is expected and harmless ***
[Tue Sep 26 10:57:11 2006] [info] [client 127.0.0.1] TestAPI::aplog test in progress
 
*** The following warn entry is expected and harmless ***
This log message comes with no header
 
*** The following warn entry is expected and harmless ***
[Tue Sep 26 10:57:11 2006] [debug] /http/mktmp/mod_perl-2.0.2/t/response/TestAPI/aplog.pm(71): log_serror test 1
[Tue Sep 26 10:57:11 2006] [error] [client 127.0.0.1] Use of uninitialized value in pattern match (m//) at /http/mktmp/mod_perl-2.0.2/Apache-Test/lib/Apache/Test.pm line 500, <$fh> line 3.\n
[Tue Sep 26 10:57:11 2006] [warn] child process 20308 still did not exit, sending a SIGTERM
[Tue Sep 26 10:57:11 2006] [info] Child process pid=20308 is exiting
[Tue Sep 26 10:57:11 2006] [info] Child process pid=20308 is exiting - server push
END in modperl_extra.pl, pid=20308
END in modperl_extra.pl, pid=20308
[Tue Sep 26 10:57:12 2006] [info] removed PID file /http/mktmp/mod_perl-2.0.2/t/logs/httpd.pid (pid=20280)
[Tue Sep 26 10:57:12 2006] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=20280
END in modperl_extra.pl, pid=20280
 
 
2 Used Components and their Configuration:
 
*** mod_perl version 2.000002
 
*** using /http/mktmp/mod_perl-2.0.2/lib/Apache2/BuildConfig.pm
 
*** Makefile.PL options:
  MP_APR_LIB     => aprext
  MP_AP_PREFIX   => /opt/apache
  MP_COMPAT_1X   => 1
  MP_GENERATE_XS => 1
  MP_LIBNAME     => mod_perl
  MP_USE_DSO     => 1
 
 
*** /opt/apache/bin/httpd -V
Server version: /2.0.52
Server built:   Dec 21 2004 10:50:03
Server's Module Magic Number: 20020903:9
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/worker"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_USE_FCNTL_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="/opt/apache"
 -D SUEXEC_BIN="/opt/apache/bin/suexec"
 -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"
 
*** /bin/ldd /opt/apache/bin/httpd
        libz.so.1 =>     /usr/lib/libz.so.1
        libssl.so.0.9.7 =>       /opt/USIopenssl/lib/libssl.so.0.9.7
        libcrypto.so.0.9.7 =>    /opt/USIopenssl/lib/libcrypto.so.0.9.7
        libaprutil-0.so.0 =>     /opt/apache/lib/libaprutil-0.so.0
        libexpat.so.0 =>         /opt/apache/lib/libexpat.so.0
        libapr-0.so.0 =>         /opt/apache/lib/libapr-0.so.0
        libsendfile.so.1 =>      /usr/lib/libsendfile.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libm.so.1 =>     /usr/lib/libm.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libresolv.so.2 =>        /usr/lib/libresolv.so.2
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libgcc_s.so.1 =>         /usr/lib/libgcc_s.so.1
        libaio.so.1 =>   /usr/lib/libaio.so.1
        libmd5.so.1 =>   /usr/lib/libmd5.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libthread.so.1 =>        /usr/lib/libthread.so.1
        /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
        /usr/platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1
 
 
*** (apr|apu)-config linking info
 
 -L/opt/apache/lib -laprutil-0 -lexpat
 -L/opt/apache/lib -lapr-0 -lsendfile -lrt -lm -lsocket -lnsl -lresolv  -lpthread -ldl
 
 
 
*** /opt/USIfreeware/bin/perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
  Platform:
    osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi
    uname='sunos wendy220r 5.9 generic_112233-11 sun4u sparc sunw,ultra-60 '
    config_args='-d -Dcc=gcc -Dprefix=/opt/USIfreeware -Dusethreads'
    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='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='3.3.2', gccosandvers='solaris2.9'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lpthread -lc
    perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
 
 
Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
  Built under solaris
  Compiled at Feb 11 2004 14:37:09
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /opt/USIfreeware/lib/perl5/5.8.3/sun4-solaris-thread-multi
    /opt/USIfreeware/lib/perl5/5.8.3
    /opt/USIfreeware/lib/perl5/site_perl/5.8.3/sun4-solaris-thread-multi
    /opt/USIfreeware/lib/perl5/site_perl/5.8.3
    /opt/USIfreeware/lib/perl5/site_perl
    .
 
*** Packages of interest status:
 
Apache2            : -
Apache2::Request   : -
CGI                : 3.23
ExtUtils::MakeMaker: 6.17
LWP                : -
mod_perl           : -
mod_perl2          : -
 
 
3. This is the core dump trace: (if you get a core dump)
 
This report was generated by t/REPORT on Tue Sep 26 15:02:46 2006 GMT.
 
-------------8<---------- End Bug Report --------------8<----------

Reply via email to