zsh-workers
 help / color / mirror / code / Atom feed
From: gene@bear.com
To: zsh-workers@math.gatech.edu
Subject: suspended (tty output)
Date: Tue, 28 May 1996 23:04:13 -0400	[thread overview]
Message-ID: <9605290304.AA23597@bear.com> (raw)

RE: suspended (tty output)

I thought I recalled this a while ago and thought it was addressed. 
Faulty memory I guess.

Does this ring a bell with anyone. Running something and redirecting 
stdout/err to a file sometimes causes 'suspended (tty output)'

% echo $ZSH_VERSION
2.6-beta17

% make lib.debug > log 2>&1 &
[1] 23847
%
[1]  + 23847 suspended (tty output)  make lib.debug > log 2>&1

% fg
[1]  + continued  make lib.debug > log 2>&1


(process is now uninteruptable via ^Z (STOP) but can be interupted with
^C (INT)).

Platform: 
HP-UX coral A.09.01 A 9000/735 2015828356 two-user license



Now it does not always happen, for example this works fine:
% cat < foo > goo 2>&1 &
[1] 9337
% 
[1]  + 9337 done       cat < foo > goo 2>&1

Could be something other than zsh at fault ?




Gene
gene@bear.com

--
*******************************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
*******************************************************************************



                 reply	other threads:[~1996-05-29  3:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9605290304.AA23597@bear.com \
    --to=gene@bear.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).