octave-maintainers
[Top][All Lists]
Advanced

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

Re: Reprise: external pager quitting kills standard error


From: Dmitri A. Sergatskov
Subject: Re: Reprise: external pager quitting kills standard error
Date: Sun, 30 Jan 2005 15:18:21 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

Daniel J Sebald wrote:

octave:2> junk = ones(100)
warning: connection to external pager (pid = 18461) lost --
warning: attempting to finish pending computations...
octave:3> bogus

I just have noticed the difference between your output (and "Daniel J. Peng" <dpeng at CS dot Princeton dot EDU>
from the links) and mine:

octave:2> ones(2500,25)
warning: connection to external pager (pid = 26872) lost --
warning: attempting to finish pending computations...
warning: broken pipe
octave:3> error("aoeo")
error: aoeo
octave:3> junk = ones(1000)
warning: connection to external pager (pid = 26874) lost --
warning: attempting to finish pending computations...
warning: broken pipe
octave:4> bogus
error: `bogus' undefined near line 4 column 1
octave:4>

I have an extra line:

warning: broken pipe

I have no idea what it might mean...

Dmitri.
--



reply via email to

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