On Mon, 31 Oct 2011, artur bala wrote:
 gretl crashes on executing the freq command in the following script:
 nulldata 100
 loop i = 1..10 --quiet
    series x$i = normal()
 endloop
 loop foreach i x1..x10
    freq $i --quiet
 endloop 
Thanks for the report. Now fixed in CVS.
Allin Cottrell