[Gretl-devel] crash storing compacted dataset as gdt

2022-07-25 Thread atecon
Hi all, with latest git the following script crashes with a memory access error under Ubuntu 21.10: clear set verbose off nulldata 4 setobs 4 2022:01 --time-series series num = normal() series str = defarray("A", "B", "C", "D") dataset compact 1 sum #store foo.csv # works #store

[Gretl-devel] Re: garch crash

2022-07-25 Thread atecon
Am 21.07.2022 15:15 schrieb Riccardo (Jack) Lucchetti: On Wed, 20 Jul 2022, Artur T. wrote: Hi, I just found that negative lag specifications for the garch command lead to a segmentation fault: open b-g --quiet garch -1 0 ; Y garch 0 -1 ; Y # also crashes This should be fixed in git