Hi Alain,
first of all, thanks for testing my package.
However, it seems that a test script crashed on your machine.
I'm a bit surprised that it's the warnings test, so I'd like
to know if you can reproduce it and if you could be so kind and
send me some more information. From the output, I can only guess
that parsing an empty string crashes my module, but I have no
clue why. This works perfectly since over half a year and has
been tested on over 20 different OS/architecture combinations,
but not yet on a PPC. (I cannot however see any platform
dependency in that part of the code.)
If you can reproduce the failure, I'd appreciate if you could
do the following:
* Build the module with debugging support:
perl Makefile.PL enable-debug && make
* Run "make test" again and see if the warnings test still
crashes.
* If it does, please manually run
CBC_DEBUG_OPT=all perl -Mblib t/103_warnings.t >debug.out 2>&1
and send me the "debug.out" file.
Thanks,
-- Marcus
> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible. See
> http://testers.cpan.org/
>
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
>
> --
> This is an error report generated automatically by CPANPLUS,
> version 0.042.
>
> Below is the error stack during 'make test':
>
> PERL_DL_NONLAZY=1 /home/alb/.soft/perl-5.8.0/bin/perl "-MExtUtils::Command::MM" "-e"
>"test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
> t/001_init........ok
> t/101_config......ok
> 1/1706 skipped: skip: no debugging
> t/102_misc........ok
> t/103_warnings....dubious
> Test returned status 0 (wstat 139, 0x8b)
> DIED. FAILED tests 46-2238
> Failed 2193/2238 tests, 2.01% okay
> t/104_enum........ok
> t/105_pack........ok
> t/106_parse.......ok
> 36/72 skipped: skip: no debugging
> t/107_typedef.....ok
> t/108_float.......ok
> t/109_sourcify....ok
> t/110_depend......ok
> t/111_clone.......ok
> t/112_clean.......ok
> t/113_string......ok
> t/114_cache.......ok
> t/115_local.......ok
> t/116_language....ok
> t/117_preproc.....ok
> t/801_speed.......ok
> t/802_threads.....ok
> 4/4 skipped: various reasons
> t/803_debug.......ok
> t/804_complex.....ok
> 80/320 skipped: various reasons
> t/805_examples....ok
> t/806_env.........ok
> t/901_memory......ok
> 153/154 skipped: various reasons
> Failed Test Stat Wstat Total Fail Failed List of Failed
> -------------------------------------------------------------------------------
> t/103_warnings.t 0 139 2238 2193 97.99% 46-2238
> 274 subtests skipped.
> Failed 1/25 test scripts, 96.00% okay. 2193/5689 subtests failed, 61.45% okay.
> make: *** [test_dynamic] Error 29
>
>
> Additional comments:
>
> --
>
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
> Platform:
> osname=linux, osvers=2.4.18-0.9a, archname=ppc-linux
> uname='linux poulette.albert-inc.com 2.4.18-0.9a #1 sun apr 7 21:37:27 edt 2002
>ppc unknown '
> config_args='-des [EMAIL PROTECTED]
>-Dprefix=/home/alb/.soft/perl/perl-5.8.0'
> hint=previous, 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 ='-fno-strict-aliasing -D_LARGEFILE_SOURCE
>-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
> optimize='-O3',
>
cppflags='-fno-strict-aliasing -I/usr/include/gdbm -fno-strict-aliasing
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gd
bm'
> ccversion='', gccversion='2.95.4 20010319 (prerelease/franzo/20011204)',
>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='cc', ldflags =' -L/usr/local/lib'
> libpth=/usr/local/lib /lib /usr/lib
> libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
> perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
> libc=/lib/libc-2.2.5.so, so=so, useshrplib=false, libperl=libperl.a
> gnulibc_version='2.2.5'
> Dynamic Linking:
> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
> cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'