On Sun, 20 Sep 2015, oleg_komashko(a)ukr.net wrote:
 Dear all,
 Below is a script which goes OK
 on Ubuntu, Kubuntu, windows 7,
 but on windows xp Gretl crashes
 <hansl
 open POE4\okun.gdt
 d_u = diff(u)
 list lags_g =lags(4,g)
 include armax.gfn
 mmm = armax(2,2,d_u,lags_g,1,1,0,1,1)
 hansl> 
Thanks, Oleh. I've run this under valgrind on Linux and didn't see 
anything amiss so it must be quite subtle -- perhaps a stack 
allocation error. Could you try on XP using the armax() function 
from the attached script? It's a stripped down version of Yi-Nung's 
code. I'd be interested to know if the problem is still there.
Allin