On Mon, 20 Apr 2020, Allin Cottrell wrote:
On Mon, 20 Apr 2020, Sven Schreiber wrote:
> Am 20.04.20 um 10:06 schrieb Fred Engst:
>> Hi Allen and others,
>> Item 1:
>> Today I found a repeatable crash.
>> Gretl crashed either
>> 1) when I open a session file and tried to add more models to the model
>> table and then tried to open the table, or
>> 2) After clearing the model table, putting a few model in it, then tried
>> to reformat the table after it was opened.
>>
>> Attached is the crash report.
>
> Is this with a very recent snapshot? Then it could be fallout from
> another fix that Allin applied in that area because of another Mac problem.
[...]
Fred, thanks for the report but can you give us some more details, please? I
can see from the crash dump that there's a buffer overflow in
print_equation_stats() in the model table code, but on a simple test I'm not
able to replicate the problem and it's not obvious how it's coming about.
Actually I've spotted one possible failure mode in
print_equation_stats(), now fixed in git and snapshots. I'm not sure
if this is the active problem in your case, but it's worth trying
the current snapshot.
Allin