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

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

[Octave-bug-tracker] [bug #53342] Segfault in figure with property Integ


From: Guillaume
Subject: [Octave-bug-tracker] [bug #53342] Segfault in figure with property IntegerHandle set to off
Date: Thu, 29 Mar 2018 06:17:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #8, bug #53342 (project octave):

The fix for bug #53487 seems to prevent a segfault here too, thanks jwe.

There is still a problem in the two examples below when the figure handle
changes value (the figure become unusable) but at least it's not crashing any
more:


h = figure ("IntegerHandle", "off");
hgsave (h, "tmp.fig");
hgload ("tmp.fig"); # (the figure is there but invisible)



h = figure ();
uicontrol (h);
set (h, "IntegerHandle", "off");


Perhaps the title of this report could be updated to reflect the improvement?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53342>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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