From bug-request at octave dot org Thu Jan 12 21:53:54 2006 Subject: Re: Segfault running this script (related to the subplots?) running against Octave 2.9.3 (CVS) From: "Dmitri A. Sergatskov" To: Brendan Drew CC: bug at octave dot org Date: Thu, 12 Jan 2006 20:52:13 -0700 Brendan Drew wrote: > Sorry -- I missed part of the equation. It works fine so long as you > don't do a clear all first. OK this is a known problem though it still should not segfault... http://www.octave.org/mailing-lists/bug-octave/2005/416 Somehow it showed up again... > > e.g: > octave> kernel > > works just fine. > > octave> clear all That clears some internal variables which are essential for communication with gnuplot. > octave> kernel > > segfaults. Mine does not segfault, but does not work either: octave:1> clear all octave:2> kernel multiplot> '/tmp/oct-1siyQt' "Chi^2 distance" lines set origin 0.5, 0.5; ^ line 0: invalid command multiplot> '/tmp/oct-fVJwd8' "D(KDE | PDF)" lines set origin 0, 0; ^ line 0: invalid command multiplot> '/tmp/oct-1WDjVM' "Original" lines , '/tmp/oct-Xj6mDr' "KDE" lines set origin 0.5, 0; ^ line 0: invalid command Dmitri. -- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------