help-octave
[Top][All Lists]
Advanced

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

How to restore from octave-core?


From: John W. Eaton
Subject: How to restore from octave-core?
Date: Mon, 14 Jul 1997 13:26:18 -0500

On 14-Jul-1997, 0000-Admin(0000) <address@hidden> wrote:

: A user was attempting to plot a run which had gone for 24 hours. She
: rec'd the msg: connection to external plotter lost. Try again. She
: tried again and the readline interface locked up. C-c, C-q, C-\, none
: worked. We sent a kill with the default arg of SIGTERM to the octave
: process and it dumped to a file called octave-core.
: 
: So, 
:   1: how can we get this run loaded back in via octave-core?

The octave-core file is just the output of a save command.  After
starting Octave again, 

  load ("octave-core");

should do it.

:   2: why were we losing the connection to the external plotter?

This message happens when the external gnuplot process dies.  If
that's not happening and you still get the message, please send a
complete bug report to address@hidden

jwe



reply via email to

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