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

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

[Octave-bug-tracker] [bug #57245] "clear all" generates segfault if run


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #57245] "clear all" generates segfault if run before or after a plot
Date: Sun, 15 Dec 2019 04:32:13 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:71.0) Gecko/20100101 Firefox/71.0

Follow-up Comment #30, bug #57245 (project octave):

Something rather surprising that I found out while testing
for bug #56908

if I build with fltk enabled (by adding the "--without-qt" but omitting the
"--without-fltk" option for configure)

the segfault when plotting with gnuplot does not occur, i.e.


>> available_graphics_toolkits 
ans =
{
  [1,1] = fltk
  [1,2] = gnuplot
}
>> graphics_toolkit gnuplot
>> clear all
>> plot (randn (5))
>> clear all
>> plot (randn (5))

 
produces no segfault

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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