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: Wed, 20 Nov 2019 04:35:10 -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 #17, bug #57245 (project octave):

Rik,

The sequence to reproduce the crash is either


octave:1> graphics_toolkit gnuplot
octave:2> clear all
octave:3> plot (randn (5))
fatal: caught signal Segmentation fault: 11 -- stopping myself...
Segmentation fault: 11


or


octave:1> plot (randn (5))
octave:2> clear all
octave:3> plot (randn (5))
fatal: caught signal Segmentation fault: 11 -- stopping myself...
Segmentation fault: 11


In the meanwhile I have understood better how to attach lldb to a running
octave, so if there is anything I could try from within the debugger to
provide more info please let me know

    _______________________________________________________

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]