On Mon, 6 Aug 2018, Summers, Peter wrote:
While writing up some teaching notes, I discovered that the
following causes Gretl to crash:
<hansl>
open credscore.gdt
summary --simple --by=Selfempl
</hansl>
On further review, it seems to be the --by option that's the
problem.
Thanks for the report. This was confined to the case where no list
of series is given to "summary" with the --by=varname option. We
should arrange to give results for all series but ended up
dereferencing a NULL list. That's now fixed in git, snapshots will
follow.
Allin