This is the mail archive of the gsl-discuss@sourceware.cygnus.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]

Re: Seg-fault in gsl-0.5/integration/qpsrt.c


The problem with qpsrt.c is fixed in CVS now, by making the changes
you suggested. There was one similar occurrence in another file,
qelg.c. Thank you for the bug report.

I was able to confirm the problem from the existing tests using
Checkergcc. This is a very useful extension of gcc, which checks all
memory accesses at the time they occur. (Best to install from a Linux
package though, as it is complicated to install from source).

To answer your other question,

make CFLAGS="-g" 

after configuring will build the library without optimization.

best regards
Brian Gough


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