octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Saving an editor file while closing the related tab is broken


From: Torsten Lilge
Subject: Saving an editor file while closing the related tab is broken
Date: Sun, 20 Oct 2019 15:35:35 +0200

Hi John,

after changeset http://hg.savannah.gnu.org/hgweb/octave/rev/27967cb3dea5
, saving a modified file while closing the related tab does not work
anymore. It seems, that now, where the sequential flow is partly
paralleled, the tab is removed before the thread crossing signal/slot
mechanism is completed (in this case: "do_save_file_signal" from
intergreter thread). Directly calling "do_save_file" from the
interpreter instead of emitting the related signal fixes the bug, but it
this safe?

Torsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]