zsh-workers
 help / color / mirror / code / Atom feed
* need info about attachtty hanging
@ 1996-04-13  4:43 Richard J. Coleman
  1996-04-13 21:54 ` Barton E. Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Richard J. Coleman @ 1996-04-13  4:43 UTC (permalink / raw)
  To: zsh-workers

Several people have report zsh hanging in attachtty.  Peter
sent in a patch that changes

if (kill(pgrp, 0) == -1)

to

if (pgrp != mypgrp && kill(pgrp, 0) == -1)

Now I'm trying to understand what is going on.

1) Where is attachtty being called from when it
   hanges (init_io, init_signals, etc...)?

2) Does anyone know why the original call to set the
   foreground process is failing?

rc



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-04-13 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-13  4:43 need info about attachtty hanging Richard J. Coleman
1996-04-13 21:54 ` Barton E. Schaefer

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