octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35318] Unclear precedence between --eval, scr


From: Rik
Subject: [Octave-bug-tracker] [bug #35318] Unclear precedence between --eval, script file, and stdin
Date: Sat, 03 Jan 2015 17:53:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

Follow-up Comment #11, bug #35318 (project octave):

Andreas' analysis is certainly correct.  I put in some printf statements to
stderr and in a group of make subprocesses spawned at the same time only one
of the instances has isatty true.  This could be because isatty is not
re-entrant, or it could be that stdin isn't getting dup'ed to the child
processes, or there is a race condition.

In any case, I don't think many people try to invoke octave with both a
redirect and an --eval or script file.  I don't want to spend more time on
this bug than it is worth so I simply took out the tests in this cset
(http://hg.savannah.gnu.org/hgweb/octave/rev/65f4d9e1206c).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35318>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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