On Fri, 11 Dec 2015, Sven Schreiber wrote:
Am 11.12.2015 um 12:51 schrieb Ioannis A. Venetis, Assoc. Prof.:
> Hello all,
>
> It seems that running the following code crashes gretl in my computer.
I can confirm the crash on Win 64 bit with the snapshot from Dec 8th.
>
> I am not sure if it is my computer or a "bug" ... or just me (i have a
> feeling i am doing something terribly wrong..)
At first sight your code looks perfectly normal, and in any case a
program crash is never really the user's fault.
Absolutely. And it's most unlikely that your computer is at fault.
However, I ran this code on 64-bit Linux under valgrind: no crash, and
no complaints from valgrind about memory management.
I suspect this may be a bug in openblas for 64-bit Windows (that's the
3rd party optimized BLAS/Lapack library that we use for things like
eigensym). I'll see what I can find out.
Ioannis, can you tell us exactly what kind of processor this computer
has? (Openblas contains several different processor-specific kernels,
so this may be useful information.)
Allin Cottrell