Re: [Gretl-devel] numerical_hessian
by Allin Cottrell
On Tue, 7 Jun 2011, Riccardo (Jack) Lucchetti wrote:
> On Tue, 7 Jun 2011, Olivier Ga wrote:
> >
> > Thanks for your answer. � I sent testarma.c and txt files in a second
> > post (48�mins after the original message).�Let me know if you need�any
> > additional information.
>
> I'm sorry, I received nothing. I couldn't find anything on the mailing
> list archives either:
> (http://lists.wfu.edu/pipermail/gretl-devel/2011-June/thread.html)
Ah, the message plus attachments was too big for the list. But as
list owner I have a copy of the files. I'll take a look myself and
pass the files along to Jack if I can't diagnose the problem
convincingly.
Allin Cottrell
13 years, 7 months
Re: [Gretl-devel] problem with package editor
by Allin Cottrell
On Tue, 31 May 2011, Ignacio Diaz-Emparanza wrote:
> It seems there is a bug in the function packages editor. I was trying to
> change some lines in an existing package that was formed just by one
> function, but the button "edit function code" does not open the function
> editor. I tried several times with different packages, and there is not
> problem if the package contains two or more functions, but for packages
> with just one function the button does not open the editor.
Thanks for the report, Ignacio. This is now fixed in CVS.
Allin
13 years, 7 months
Re: [Gretl-devel] numerical_hessian
by Allin Cottrell
On Thu, 5 May 2011, Riccardo (Jack) Lucchetti wrote:
> On Wed, 4 May 2011, Allin Cottrell wrote:
>
> > This is a cautionary tale: it can be more difficult that you'd
> > think, converting code from 1-based indexing to 0-based, when you
> > have nested loops to handle!
>
> As I said in my previous message, I find it quite odd that the problem
> hasn't surfaced in such a long time. Also mysterious is the failure by
> valgrind to detect it. Oh well.
It's odd, yes, but it's not something that valgrind is good at
catching: valgrind does a great job with memory allocated on the
"heap" (malloc) but doesn't help much with stack corruption.
Allin
13 years, 7 months