Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
suspended (tty output)
- X-seq: zsh-workers 1215
- From: gene@xxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: suspended (tty output)
- Date: Tue, 28 May 1996 23:04:13 -0400
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@xxxxxxxx
--
*******************************************************************************
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.
*******************************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author