[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] ESP error
From: |
Romain |
Subject: |
Re: [Help-gsl] ESP error |
Date: |
Tue, 30 Mar 2004 18:03:48 +0200 |
You're right. But without any knowledge about the pre-compiled library
offered on the GSL web site, it is hard to change the options of the
compilation.
In fact, I identified the function which make the program crash :
gsl_vector_view_array(double*, size_t). I rewrote this function and the two
problems mentioned in my previous message disappeared.
Romain
----- Original Message -----
From: "Brian Gough" <address@hidden>
To: "Romain" <address@hidden>
Cc: <address@hidden>
Sent: Tuesday, March 30, 2004 3:15 PM
Subject: Re: [Help-gsl] ESP error [Spam][97.9%]
> Romain writes:
> > I'm utilising GSL under MS Visual 6 and 7. I'm using functions that do
> > multi-linear least squared fitting (multifit.h and multifit.cpp). In
debug
> > mode, using the precompiled librairy (gsl 1.4), the computations of
> > "multifit" are ok but when exiting the whole program, an ESP error
occure
> > (which generally happens when a function is called with a different
calling
> > convention). I'm quite sure that it only comes from gsl functions.
> >
> > Did somebody have such a problem ?
> >
> > An another thing : in release mode, the computations of "multifit"
crash at
> > the second iteration. Do you have any idea ?
>
> A symptom of compiling the program with different options or runtime
> library to the library itself.
>
> --
> Brian Gough
>