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.
--
Lots of core dumps, and a problem with trying to use the wrong
compiler in t/flexraw:
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.0/sun4-solaris -I/usr/local/lib/perl5/5.6.0 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/aaa_load..........ok
t/argtest...........ok
t/autoload..........ok
t/bess..............ok
t/bool..............ok
t/callext...........ok
t/clump.............ok
t/complex...........ok
t/conv..............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/croak.............ok
t/erf...............ok
t/erfi..............ok
t/familyfree........ok
t/fastraw...........dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/fft...............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/fftw..............ok, 8/8 skipped: PDL::FFTW not available
t/flexraw...........sh: f77: not found
Can't exec "./tmprawtest": No such file or directory at t/flexraw.t line 159.
Can't open tmprawdata to read at t/flexraw.t line 84.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-26
Failed 26/26 tests, 0.00% okay
t/flow..............ok
t/foo...............ok
t/gauss.............ok
t/gsl_rng...........ok, 18/18 skipped: PDL::GSL::RNG not availalbe.
t/hdrs..............ok
t/hist..............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/howbig............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/ica...............ok
t/image2d...........ok
t/imagend...........ok
t/imagergb..........ok
t/lut...............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/magic.............ok
t/matmult...........ok
t/misc..............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/ones..............ok
t/ops...............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/pdlchar...........ok
t/physical..........ok
t/picnorgb..........dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/picrgb............ok
t/pnm...............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/poly..............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/pptest............ok
t/primitive.........ok
t/primitive2........dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/pthread...........ok
t/quat..............ok
t/refs..............ok
t/scope.............ok
t/slatec............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
t/slice.............dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 21-33
Failed 13/33 tests, 60.61% okay
t/subclass..........ok
t/subclass2.........ok
t/subclass3.........ok
t/thread............ok
t/thread_def........ok
t/trig..............ok
t/vaffine...........ok
t/xvals.............ok
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/conv.t 0 138 ?? ?? % ??
t/fastraw.t 0 138 ?? ?? % ??
t/fft.t 0 138 ?? ?? % ??
t/flexraw.t 2 512 26 26 100.00% 1-26
t/hist.t 0 138 ?? ?? % ??
t/howbig.t 0 138 ?? ?? % ??
t/lut.t 0 138 ?? ?? % ??
t/misc.t 0 138 ?? ?? % ??
t/ops.t 0 138 ?? ?? % ??
t/picnorgb.t 0 138 ?? ?? % ??
t/pnm.t 0 138 ?? ?? % ??
t/poly.t 0 138 ?? ?? % ??
t/primitive2.t 0 138 ?? ?? % ??
t/slatec.t 0 138 ?? ?? % ??
t/slice.t 0 138 33 13 39.39% 21-33
26 subtests skipped.
Failed 15/57 test scripts, 73.68% okay. 39/280 subtests failed, 86.07% okay.
make: *** [test_dynamic] Error 29
gdb backtraces for a few of the failures:
(gdb) r -Mblib t/conv.t
Starting program: /usr/local/bin/perl -Mblib t/conv.t
Using /export/home/src/.cpan/build/PDL-2.005/blib
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
Program received signal SIGBUS, Bus error.
0xff0b4640 in pdl_set ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
(gdb) bt
#0 0xff0b4640 in pdl_set ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#1 0xff0ac0fc in pdl_makescratchhash ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#2 0xff0ac1e4 in SvPDLV ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#3 0xff0797c8 in XS_PDL__my_biop1_int ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Ops/Ops.so
#4 0x78234 in Perl_pp_entersub ()
#5 0x71234 in Perl_runops_standard ()
#6 0x33438 in Perl_amagic_call ()
#7 0x87988 in Perl_pp_multiply ()
#8 0x71234 in Perl_runops_standard ()
#9 0x29fc8 in S_run_body ()
#10 0x29c3c in perl_run ()
#11 0x27154 in main ()
(gdb) r -Mblib t/slice.t
[snip]
ok 23
Program received signal SIGBUS, Bus error.
0xff0b2300 in pdl_readdata_vaffine ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
(gdb) bt
#0 0xff0b2300 in pdl_readdata_vaffine ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#1 0xff0aeee8 in pdl_make_physical ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#2 0xff0aef98 in pdl_make_physical ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#3 0xff0affe8 in pdl_make_physvaffine ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#4 0xff0aef80 in pdl_make_physical ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#5 0xff0affe8 in pdl_make_physvaffine ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#6 0xff0af594 in pdl__ensure_trans ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#7 0xff0aeb44 in pdl_make_trans_mutual ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#8 0xff079a6c in XS_PDL__my_biop1_int ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Ops/Ops.so
#9 0x78234 in Perl_pp_entersub ()
#10 0x71234 in Perl_runops_standard ()
#11 0x33438 in Perl_amagic_call ()
#12 0x885ac in Perl_pp_subtract ()
#13 0x71234 in Perl_runops_standard ()
#14 0x29fc8 in S_run_body ()
#15 0x29c3c in perl_run ()
#16 0x27154 in main ()
(gdb) r -Mblib t/fft.t
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/local/bin/perl -Mblib t/fft.t
Using /export/home/src/.cpan/build/PDL-2.005/blib
1..10
Program received signal SIGBUS, Bus error.
0xff0b3450 in pdl_converttype ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
(gdb) bt
#0 0xff0b3450 in pdl_converttype ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#1 0xff0aa728 in XS_PDL_set_datatype ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#2 0x78234 in Perl_pp_entersub ()
#3 0x71234 in Perl_runops_standard ()
#4 0x29fc8 in S_run_body ()
#5 0x29c3c in perl_run ()
#6 0x27154 in main ()
(gdb) r -Mblib t/slatec.t
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/local/bin/perl -Mblib t/slatec.t
Using /export/home/src/.cpan/build/PDL-2.005/blib
1..6
[
[ 0.995133 -0.0985376]
[ 0.0985376 0.995133]
]
[0.990098 2.0099]
ok 1
ok 2
ok 3
[
[2 3]
[4 5]
]
[
[-2.5 1.5]
[ 2 -1]
]
[
[ 1 0]
[ 0 1]
]
ok 4
Program received signal SIGBUS, Bus error.
0xff034cf0 in pdl_flowconvert_readdata ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Slices/Slices.so
(gdb) bt
#0 0xff034cf0 in pdl_flowconvert_readdata ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Slices/Slices.so
#1 0xff0af778 in pdl__ensure_trans ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#2 0xff0af944 in pdl_destroytransform ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#3 0xff0a7660 in XS_PDL_sever ()
from /export/home/src/.cpan/build/PDL-2.005/blib/arch/auto/PDL/Core/Core.so
#4 0x78234 in Perl_pp_entersub ()
#5 0x71234 in Perl_runops_standard ()
#6 0x29fc8 in S_run_body ()
#7 0x29c3c in perl_run ()
#8 0x27154 in main ()
--
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos leprss.gsfc.nasa.gov 5.7 generic_106541-08 sun4u sparc
sunw,ultra-5_10 '
config_args='-Dcc=gcc -Dprefix=/usr/local -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
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, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'