On Tue, 5 Jan 2016, cociuba mihai wrote:
Hello,
I've attached the dataset, the script that I use in order to import the
data and also the log, Gretl is build from sources (git, date of build
29.12.2015) and running on a Ubuntu 14.04.
Steps to reproduce the error:
-import the dataset, run
#######
<hansl>
clear
set skip_missing off
open "bazaextinsabankscopeFINAL.xls" --sheet=1 --coloffset=5 --quiet
[...]
But when using the Summary option from the GUI menu gretl exits with
the
error "core dumped"
The right-click "Summary" menu item was inducing a crash when the
selected series had a name of maximum length (31 bytes). That's now
fixed in git and snapshots.
Allin Cottrell