[18859] in Athena Bugs
zwgc and SIGQUIT
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Mar 5 23:46:49 2001
Date: Mon, 5 Mar 2001 23:46:43 -0500 (EST)
Message-Id: <200103060446.XAA01988@multics.mit.edu>
To: bugs@mit.edu
From: John Hawkinson <jhawk@MIT.EDU>
zwgc(1) says:
zwgc will exit cleanly (unset location and cancel sub-
scriptions) on:
SIGTERM
SIGHUP
XIOError (with a message to stderr)
SIGHUP is what it expects to get upon logout. Also, the
signals SIGINT, SIGQUIT, and SIGTSTP are ignored because
they can be sent inadvertently, and bizarre side-effects
can result. If you want them to be acted on, then run
zwgc -nofork &
What scenarious is it referring to, particularly with SIGQUIT?
There are times when I want to abort zwgc (like, for instance,
there is no zhm running and I've run zwgc) and its ignoring
of SIGINT, SIGQUIT, and SIGTSTP is really irritating. What's
the justification?
--jhawk