Dear Allin,
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
best,
artur