[mp2] Make test Fatal error

[prev] [thread] [next] [Date index for 2005/03/24]

From: Reed, Jonathan
Subject: [mp2] Make test Fatal error
Date: 20:04 on 24 Mar 2005
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:
Make Test fails with the following
This is the last "ok" line from the output

~~snip~~ =20

server localhost:8560 listening (TestDirective::perlloadmodule6)

still waiting for server to warm up: =
.........................................................................=
.................................................
the server is down, giving up after 121 secs
[  error] failed to start server! (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+

*** Error code 1
make: Fatal error: Command failed for target `run_tests'

###################
Here is the output of t/logs/error_log
####
# cat error_log
END in modperl_extra.pl, pid=3D17415
[Thu Mar 24 14:35:10 2005] [notice] Apache/2.0.50 (Unix) world =
domination series/2.0 mod_perl/1.999.21 Perl/v5.8.6 configured -- =
resuming normal operations
[Thu Mar 24 14:35:10 2005] [info] Server built: Mar 24 2005 14:21:20
[Thu Mar 24 14:35:10 2005] [debug] prefork.c(955): AcceptMutex: pthread =
(default: pthread)
####


2. Used Components and their Configuration:

*** mod_perl version 1.999021

*** using =
/opt/d00/install.d/mod_perl.d/mod_perl-2.0.0-RC4/lib/Apache/BuildConfig.p=
m

*** Makefile.PL options:
  MP_APR_LIB     =3D> aprext
  MP_AP_PREFIX   =3D> /d00/apache/external
  MP_COMPAT_1X   =3D> 1
  MP_GENERATE_XS =3D> 1
  MP_LIBNAME     =3D> mod_perl
  MP_USE_DSO     =3D> 1


*** /d00/apache/external/bin/httpd -V
Server version: Apache/2.0.50
Server built:   Mar 24 2005 14:21:20
Server's Module Magic Number: 20020903:8
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR=3D"server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_USE_PROC_PTHREAD_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=3D"/d00/apache/external"
 -D SUEXEC_BIN=3D"/d00/apache/external/bin/suexec"
 -D DEFAULT_PIDLOG=3D"logs/httpd.pid"
 -D DEFAULT_SCOREBOARD=3D"logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE=3D"logs/accept.lock"
 -D DEFAULT_ERRORLOG=3D"logs/error_log"
 -D AP_TYPES_CONFIG_FILE=3D"conf/mime.types"
 -D SERVER_CONFIG_FILE=3D"conf/httpd.conf"


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

 -L/d00/apache/external/lib -lapr-0 -lsendfile -lrt -lm -lsocket -lnsl =
-lresolv  -lpthread -ldl
 -L/d00/apache/external/lib -laprutil-0 -lexpat



*** /usr/local/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=3Dsolaris, osvers=3D2.8, archname=3Dsun4-solaris
    uname=3D'sunos www-1 5.8 generic_117350-14 sun4u sparc =
sunw,sun-fire-v210 '
    config_args=3D'-des -Dcc=3Dgcc -B/usr/ccs/bin/'
    hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefine
    usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef =
usemultiplicity=3Dundef
    useperlio=3Ddefine d_sfio=3Dundef uselargefiles=3Ddefine =
usesocks=3Dundef
    use64bitint=3Dundef use64bitall=3Dundef uselongdouble=3Dundef
    usemymalloc=3Dn, bincompat5005=3Dundef
  Compiler:
    cc=3D'gcc -B/usr/ccs/bin/', ccflags =3D'-fno-strict-aliasing -pipe =
-D_LARGEFILE_SOURCE -D_FILE_OF
FSET_BITS=3D64',
    optimize=3D'-O',
    cppflags=3D'-fno-strict-aliasing -pipe'
    ccversion=3D'', gccversion=3D'3.1', gccosandvers=3D'solaris2.8'
    intsize=3D4, longsize=3D4, ptrsize=3D4, doublesize=3D8, =
byteorder=3D4321
    d_longlong=3Ddefine, longlongsize=3D8, d_longdbl=3Ddefine, =
longdblsize=3D16
    ivtype=3D'long', ivsize=3D4, nvtype=3D'double', nvsize=3D8, =
Off_t=3D'off_t', lseeksize=3D8
    alignbytes=3D8, prototype=3Ddefine
  Linker and Libraries:
    ld=3D'gcc -B/usr/ccs/bin/', ldflags =3D' -L/usr/local/lib =
-L/opt/local/lib '
    libpth=3D/usr/local/lib /opt/local/lib /usr/lib /usr/ccs/lib
    libs=3D-lsocket -lnsl -ldl -lm -lc
    perllibs=3D-lsocket -lnsl -ldl -lm -lc
    libc=3D/lib/libc.so, so=3Dso, useshrplib=3Dfalse, =
libperl=3Dlibperl.a
    gnulibc_version=3D''
  Dynamic Linking:
    dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D' '
    cccdlflags=3D'-fPIC', lddlflags=3D'-G -L/usr/local/lib =
-L/opt/local/lib'


Characteristics of this binary (from libperl):=20
  Compile-time options: USE_LARGE_FILES
  Built under solaris
  Compiled at Mar 24 2005 13:49:48
  %ENV:
    PERL_LWP_USE_HTTP_10=3D"1"
  @INC:
    /usr/local/lib/perl5/5.8.6/sun4-solaris
    /usr/local/lib/perl5/5.8.6
    /usr/local/lib/perl5/site_perl/5.8.6/sun4-solaris
    /usr/local/lib/perl5/site_perl/5.8.6
    /usr/local/lib/perl5/site_perl
    .

*** Packages of interest status:

Apache::Request: -
CGI            : 3.05
LWP            : -
mod_perl       : -


3. This is the core dump trace: (if you get a core dump):

I did not get a core dump

This report was generated by ./REPORT on Thu Mar 24 19:43:19 2005 GMT.

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

Thanks in advance for any help or ideas you have.

Jon Reed

[mp2] Make test Fatal error
Reed, Jonathan 20:04 on 24 Mar 2005

Re: [mp2] Make test Fatal error
Stas Bekman 22:55 on 25 Mar 2005

Generated at 14:43 on 11 Apr 2005 by mariachi v0.52