On Mon, 14 Dec 2009, Sven Schreiber wrote:
Allin Cottrell schrieb:
> On Mon, 14 Dec 2009, Sven Schreiber wrote:
>
>> well strangely enough it's now even worse for me: the crash already
>> occurs at the first estimation stage, without modifying the spec. It
>> also does when running gretl in English. The console error output is
>> simply "segmentation fault".
>
> This is specific to using the GUI lag selector for lags of the
> exogenous variables in a VECM. I've applied a fix in CVS but I
> haven't had time to test much and it may need more work.
>
ah ok, interesting that the bug was kind of erratic. So are you saying
that it will necessarily show up under valgrind if "it needs more work"?
If yes, I could try to do that. Or is the issue more subtle?
It's sure to show up under valgrind if it involves reading/writing
off the end of dynamically-allocated memory, which was the case
here. But in fact, after a little more testing I think this is OK
now.
Allin.