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: Mon, 18 Nov 2019 11:36:15 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0

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

@jwe

actually if I run "./run-octave -f" I need to do "clear all" 
twice to get the crash.

This is probably because my ~/.octaverc has 
"graphics_toolkit gnuplot" in it

indeed with "./run-octave -f" I need to do either


octave:1> graphics_toolkit gnuplot
octave:2> clear all
octave:3> plot (randn (5))


or 


ooctave:1> plot (randn (5))
octave:2> clear all
octave:3> plot (randn (5))


to get the 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]