Hello, I do not know if this has been dealt with, or if other people have found other workarounds for it, but why is 2.9.9 so unstable? Even a simple octave:1> t=linspace(0,2*pi);y=sin(t);plot(t,y) panic: Segmentation fault -- stopping myself... attempting to save variables to `octave-core'... leads to a seg. fault. Does everyone who uses Octave via MacPorts have this issue? Thank you for your input with this. -Anthony
Hi,
octave:1> t=linspace(0,2*pi);y=sin(t);plot(t,y) panic: Segmentation fault -- stopping myself... attempting to save variables to `octave-core'...
leads to a seg. fault. Does everyone who uses Octave via MacPorts have this issue? Thank you for your input with this.
I don't get the seg fault. However, I don't get a plot window... Cheers, Joerg
On Dec 31, 2006, at 2:30 PM, Jörg Frauendiener wrote:
Hi,
octave:1> t=linspace(0,2*pi);y=sin(t);plot(t,y) panic: Segmentation fault -- stopping myself... attempting to save variables to `octave-core'...
leads to a seg. fault. Does everyone who uses Octave via MacPorts have this issue? Thank you for your input with this.
I don't get the seg fault. However, I don't get a plot window... Were you running Octave within Terminal.app or X11.app? Thank you for your reply.
Cheers, Joerg
participants (2)
-
Anthony Michael Agelastos
-
Jörg Frauendiener