From maintainers-request at octave dot org Thu Feb 10 10:37:41 2005 Subject: Re: Reprise: external pager quitting kills standard error From: "Dmitri A. Sergatskov" To: "John W. Eaton" CC: Daniel J Sebald , maintainers@octave.org Date: Thu, 10 Feb 2005 09:40:26 -0700 John W. Eaton wrote: > > I can reproduce this with the copy of Octave from Debian, but I am > unable to reproduce this with my current sources (also running on the > same Debian system). Odd. Well, this one will have to wait until > I can reproduce it with a copy of Octave that I've built and can > debug. > I played more with this and it is erratic on my computer(s). Sometimes the same sequence produces the bug and sometimes it does not. Once I managed to reproduce the bug with repetitive repeat of the same sequence withing the same octave session, but it happened only ones, usually if I do not see the bug withing the session, I cannot trigger it. I also tried to strace octave (strace octave 2> octave.strace) and in the strace log I always see "warning: broken pipe" and "error: `bogus' undefined near..." which I guess means I never trigger the bug under strace. > jwe Dmitri. --