This is the mail archive of the gsl-discuss@sources.redhat.com 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 release candidate (gsl-1.5.90)


John Lamb wrote:
Could you run the test under gdb and see if it is failing for any
reason that might be avoidable.  You may need to get the test
executable out of the hidden .libs/ libtool subdirectory in interp/.

(gdb) run
Starting program: /usr/src/packages/BUILD/gsl-1.6/interpolation/.libs/test
PASS: simple bsearch
PASS: upper endpoint bsearch
PASS: lower endpoint bsearch
PASS: degenerate bsearch
PASS: out of bounds bsearch +
PASS: out of bounds bsearch -
PASS: linear interpolation
PASS: polynomial interpolation
PASS: cspline interpolation

Program received signal SIGSEGV, Segmentation fault.
0x08049be6 in akima_calc ()

Does this help at all?


Program received signal SIGSEGV, Segmentation fault.
0x08049bd6 in akima_calc (x_array=0xbfffe8f0, b=0x8055160, c=0x8055190, d=0x80551c0, size=5, m=0x8055200)
at ../../../SOURCES/gsl-1.5.90/interpolation/akima.c:97
97 for (i = 0; i < (size - 1); i++)
(gdb) print i
$1 = 0



-- JDL


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