Strange, nothing looks broken.

I pushed a patch to see how many of the dialog variables are stored - commit 2962852 . Can you test with it? Then send the output for:

frame 0
p *cell
p *cell->vars

set $p=cell->vars->next
while ($p != 0)
p *$p
set $p=$p->next
end

frame 1
info locals

Can you check the syslog file and see what error messages are printed just before the crash?

Also, given it is a test system, would it be possible to grant remote access to investigate the core file?


Reply to this email directly or view it on GitHub.