octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #58814] Abort, core dump on exiting from graph


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58814] Abort, core dump on exiting from graphics code
Date: Wed, 29 Jul 2020 05:34:42 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Edg/84.0.522.44

Follow-up Comment #7, bug #58814 (project octave):

I tried to test what Matlab R2020a is doing when cleaning up figures on exit
with this script:

hf = figure('DeleteFcn', @createOnDelete);

function createOnDelete(~,~)
  figure('DeleteFcn', @createOnDelete);
end


Using "diary" wasn't really helpful because it seems to close quite early on
when exiting.
Instead I'll try and describe what I see on screen:
- When executing the script, an empty figure is displayed.
- When I then close Matlab, that figure closes followed by a new figure that
appears on screen.
- After that the main GUI window of Matlab disappears (almost) at the same
time as that new figure disappearing.
- A short time after, yet another figure window flashes on screen for the
fraction of a second.
- Matlab does *not* hang around as a ghost process but seems to have closed
successfully.

I don't think we *need* to follow exactly what Matlab is doing here. Just
meant as a point of reference.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58814>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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