On Thu, 21 Jul 2016, Ignacio Diaz-Emparanza wrote:
Open the attached data, and try to do a Butterworth filter via GUI.
Gretl
crashes.
If I do the same via console command it works OK.
I am running gretl from current git on Ubuntu Linux 14.04
Thanks for the report, Ignacio. That's now fixed in git. The crash was
due to a very long series-name plus a translated string overflowing a
character buffer of fixed length (in composing the filter plot). The
relevant buffers now get sized dynamically.
Allin