Zach Jones writes:
 > I am using the function gls_siman_solve with a 8-parameter system.  On 
 > iteration 1246 I get the following message: "*** glibc detected *** 
 > free(): invalid next size (fast): 0x080fbaf0 *** \\ Aborted."

Hello,
Thanks for the email. I couldn't get your program to compile though so
I wasn't able to check for the error.  If you can make a reproducible
test case I'll look at it again.

-- 
regards
Brian Gough

hp$ g++ -Wall -W -O2 s.c -lgsl -lgslcblas -lm
s.c: In function `void S1(const gsl_rng *, void *, double)':
s.c:63: warning: too many arguments for format
s.c: In function `int siman_start(double *)':
s.c:80: warning: unused variable `int i'
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
/tmp/cctG17ij.o: In function `E1(void *)':
/tmp/cctG17ij.o(.text+0xd): undefined reference to `ErrorFun3(double *)'
collect2: ld returned 1 exit status


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to