This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new testing version 1.7.90


Hi Again,

I did some further testing and found some problems:

1. Solaris 8, SPARC, gcc 3.3.1 and Solaris 10, x86, gcc 3.4.2:
...
Making all in siman
gmake[2]: Entering directory `/tmp/gsl-1.7.90/siman'
/bin/bash ../libtool --tag=CC --mode=link gcc  -O3 -Wall   -o siman_tsp
siman_tsp.o libgslsiman.la ../rng/libgslrng.la
../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../utils/libutils.la -lm 
gcc -O3 -Wall -o siman_tsp siman_tsp.o  ./.libs/libgslsiman.a
../rng/.libs/libgslrng.a ../ieee-utils/.libs/libgslieeeutils.a
../err/.libs/libgslerr.a ../utils/.libs/libutils.a -lm
gcc: ./.libs/libgslsiman.a: No such file or directory
gcc: ../rng/.libs/libgslrng.a: No such file or directory
gcc: ../ieee-utils/.libs/libgslieeeutils.a: No such file or directory
gcc: ../err/.libs/libgslerr.a: No such file or directory
gcc: ../utils/.libs/libutils.a: No such file or directory
gmake[2]: *** [siman_tsp] Error 1 
...

The same on Solaris 8, SPARC, cc:
...
ild: (bad file) argument file doesn't exist :: ./.libs/libgslsiman.a
gmake[2]: *** [siman_tsp] Error 1 
...

2. SUSE 10.0/9.1, x86, icc 9.0 :

...
make  check-TESTS
make[2]: Entering directory `/tmp/gsl-1.7.90/statistics'
FAIL: gsl_stats_min NaN (0.0243 observed vs nan expected) [34]
FAIL: gsl_stats_float_min NaN (0.0243 observed vs nan expected) [74]
FAIL: gsl_stats_long_double_min NaN (0.0243 observed vs nan expected) [114]
FAIL: gsl_stats_min NaN (0.0243 observed vs nan expected) [362]
FAIL: gsl_stats_float_min NaN (0.0243 observed vs nan expected) [402]
FAIL: gsl_stats_long_double_min NaN (0.0243 observed vs nan expected) [442]
FAIL: gsl_stats_min NaN (0.0243 observed vs nan expected) [690]
FAIL: gsl_stats_float_min NaN (0.0243 observed vs nan expected) [730]
FAIL: gsl_stats_long_double_min NaN (0.0243 observed vs nan expected) [770]
...

3. RedHat 7.1 ALPHA EV6, gcc/ccc and Debian 2.2, ALPHA EV67, gcc :

$ make
...
jacobi.c: In function `gsl_eigen_invert_jacobi':
jacobi.c:227: warning: passing arg 5 of `gsl_eigen_jacobi' from incompatible 
pointer type
...

$ make check		(also mentioned by Jason)
...
make  check-TESTS
make[2]: Entering directory `/tmp/gsl-1.7.90/ieee-utils'
FAIL: float x = -1*0, sign is - (0 observed vs 1 expected) [5]
FAIL: test
...

But many other tests just segfault!
for instance in integration/

...
$ gdb ./test core
#0  0x120015e9c in compute_moments (par=8.4785386524524643e-78, 
chebmo=0x2000024eb30) at qmomof.c:174
174       v[2] = (32 * (par2 - 12) * cospar
(gdb) bt
#0  0x120015e9c in compute_moments (par=8.4785386524524643e-78, 
chebmo=0x2000024eb30) at qmomof.c:174
#1  0x120015a2c in gsl_integration_qawo_table_alloc (omega=31.415926535897931, 
L=1, sine=GSL_INTEG_SINE, n=1000) at qmomof.c:78
#2  0x120008fdc in main () at test.c:1924
...

BTW: I had no problems on all other platforms i test it :-)

-- 
Stefan Gerlach

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]