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

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

[Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend
Date: Wed, 27 Apr 2016 08:23:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36

Follow-up Comment #16, bug #47699 (project octave):

Oh, it is worth mentioning that if the script is changed to 

y   = randn(100,5);
h   = plot (y);
txt = {'1','2','3','4','5'};
h   = legend (h, txt);

pause (1)

close all


the bug is not triggered.
So my guess is that this is a multi-thread issue, where the graphics object is
not done yet but the "close all" command is called nevertheless.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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