You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Barbara Post <ba...@achatpublic.com> on 2003/11/28 17:57:17 UTC

bug : make test fails

Hello team,

Here is a reproducible bug.

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

make test fails with error code 255 :

using Apache/2.0.48 (prefork MPM)

waiting 60 seconds for server to start: .[Fri Nov 28 18:46:11 2003]
[info] 23 Apache:: modules loaded
[Fri Nov 28 18:46:11 2003] [info] 5 APR:: modules loaded
[Fri Nov 28 18:46:11 2003] [info] base server + 11 vhosts ready to run
tests
..
waiting 60 seconds for server to start: ok (waited 2 secs)
server localhost:8529 started
server localhost:8530 listening (TestProtocol::echo_filter)
server localhost:8531 listening (TestProtocol::echo)
server localhost:8532 listening (TestPreConnection::note)
server localhost:8533 listening (TestHooks::stacked_handlers2)
server localhost:8534 listening (TestFilter::in_bbs_inject_header)
server localhost:8535 listening (TestFilter::in_str_msg)
server localhost:8536 listening (TestFilter::both_str_con_add)
server localhost:8537 listening (TestFilter::in_bbs_msg)
server localhost:8538 listening (TestDirective::perlmodule)
server localhost:8539 listening (TestDirective::perlrequire)
server localhost:8540 listening (TestPerl::ithreads)
server localhost:8541 listening (TestDirective::perlloadmodule4)
server localhost:8542 listening (TestDirective::perlloadmodule5)
server localhost:8543 listening (TestDirective::perlloadmodule3)
server localhost:8544 listening (TestDirective::perlloadmodule6)
Apache::TestClient::GET(/index.html) didn't return a response object at
/usr/data/src/apache2/mod_perl-1.99_11/Apache-Test/lib/Apache/TestServer
.pm line 587

2. Used Components and their Configuration:

FreeBSD 5.1 with GNU make

$ uname -ar
FreeBSD xxxxxxx.xxxxxxx.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun
5 02:55:42 GMT 2003
root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386

root compilation folder : /usr/data/src/apache2/mod_perl-1.99_11

*** mod_perl version 1.9911

*** using lib/Apache/BuildConfig.pm
*** Makefile.PL options:
  MP_AP_PREFIX    => /usr/local/apache2
  MP_COMPAT_1X    => 1
  MP_GENERATE_XS  => 1
  MP_INST_APACHE2 => 1
  MP_LIBNAME      => mod_perl
  MP_USE_DSO      => 1
  MP_USE_STATIC   => 1


*** /usr/local/apache2/bin/httpd -V
Server version: Apache/2.0.48
Server built:   Nov 28 2003 18:25:49
Server's Module Magic Number: 20020903:4
Architecture:   32-bit
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 disabled)
 -D APR_USE_FLOCK_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/usr/local/apache2"
 -D SUEXEC_BIN="/usr/local/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"


*** /usr/local/bin/perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=freebsd, osvers=5.1-beta, archname=i386-freebsd
    uname='freebsd freebsd.org 5.1-beta freebsd 5.1-beta #0: fri may 23
07:41:21 pdt 2003 kris@freebsd.org:usrsrcsysmagickernelpath i386 '
    config_args='-sde -Dprefix=/usr/local
-Darchlib=/usr/local/lib/perl5/5.8.0/mach
-Dprivlib=/usr/local/lib/perl5/5.8.0
-Dman3dir=/usr/local/lib/perl5/5.8.0/man/man3
-Dsitearch=/usr/local/lib/perl5/site_perl/5.8.0/mach
-Dsitelib=/usr/local/lib/perl5/site_perl/5.8.0
-Dscriptdir=/usr/local/bin -Ui_malloc -Ui_iconv -Uinstallusrbinperl
-Dcc=cc -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN"
-Ui_gdbm -Dusemymalloc=n -Dusethreads=n'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN"
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing
-I/usr/local/include',
    optimize='-O -pipe -mcpu=pentiumpro',
    cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN"
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing
-I/usr/local/include'
    ccversion='', gccversion='3.2.2 [FreeBSD] 20030205 (release)',
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt -lutil
    perllibs=-lm -lc -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_LARGE_FILES
  Built under freebsd
  Compiled at May 23 2003 14:56:58
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /usr/local/lib/perl5/site_perl/5.8.0/mach
    /usr/local/lib/perl5/site_perl/5.8.0
    /usr/local/lib/perl5/site_perl
    /usr/local/lib/perl5/5.8.0/BSDPAN
    /usr/local/lib/perl5/5.8.0/mach
    /usr/local/lib/perl5/5.8.0
    .


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

no core dump to show...

This report was generated by t/REPORT on Fri Nov 28 17:48:36 2003 GMT.

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

Please not I unsubscribe from this list as soon as I sent this mail.

Barbara Post
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: bug : make test fails

Posted by Stas Bekman <st...@stason.org>.
Barbara Post wrote:

> waiting 60 seconds for server to start: ok (waited 2 secs)
> server localhost:8529 started
> server localhost:8530 listening (TestProtocol::echo_filter)
> server localhost:8531 listening (TestProtocol::echo)
> server localhost:8532 listening (TestPreConnection::note)
> server localhost:8533 listening (TestHooks::stacked_handlers2)
> server localhost:8534 listening (TestFilter::in_bbs_inject_header)
> server localhost:8535 listening (TestFilter::in_str_msg)
> server localhost:8536 listening (TestFilter::both_str_con_add)
> server localhost:8537 listening (TestFilter::in_bbs_msg)
> server localhost:8538 listening (TestDirective::perlmodule)
> server localhost:8539 listening (TestDirective::perlrequire)
> server localhost:8540 listening (TestPerl::ithreads)
> server localhost:8541 listening (TestDirective::perlloadmodule4)
> server localhost:8542 listening (TestDirective::perlloadmodule5)
> server localhost:8543 listening (TestDirective::perlloadmodule3)
> server localhost:8544 listening (TestDirective::perlloadmodule6)
> Apache::TestClient::GET(/index.html) didn't return a response object at
> /usr/data/src/apache2/mod_perl-1.99_11/Apache-Test/lib/Apache/TestServer
> .pm line 587

Can we please see the output of:

% perl -MLWP -le 'print LWP->VERSION'

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org