zsh-workers
 help / color / mirror / code / Atom feed
* suspended (tty output)
@ 1996-05-29  3:04 gene
  0 siblings, 0 replies; only message in thread
From: gene @ 1996-05-29  3:04 UTC (permalink / raw)
  To: zsh-workers

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.
*******************************************************************************



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-05-29  3:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-29  3:04 suspended (tty output) gene

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).