Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: long-standing tty related issue: wrapped Emacs not suspended
- X-seq: zsh-workers 43519
- From: Joey Pabalinas <joeypabalinas@xxxxxxxxx>
- To: zsh-workers@xxxxxxx, Joey Pabalinas <joeypabalinas@xxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: long-standing tty related issue: wrapped Emacs not suspended
- Date: Sat, 22 Sep 2018 11:27:32 -1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LsiRRw52WmdHp8+DWxdkS9iCgavdBRhKbp3RvWBUMr8=; b=YbPxt0qb/jWICVpcArnNzcM+4gUKNMZNj2diSQMD+DYMjZgdCeyWsL5cRYd4/JQJo8 8iFXlqxhcrO6nQwM3rC1Ar9gg+h2ffW8PdTcaq+gG3fA1yoDEMR0bR7YOo6iKfvGtG5A gvZcAys3ffJZ9XWLED5LQYEGn3rYes9Y1/DCml6ITyHS12tbPCtmxJ06tBQmoBK+rpD+ METnPKXGYVtPYCbFZaeXQ3T+TWVnpIqU5vPqZi0fkzdAaSTIXJO7WLrHUhkbC8LA2r4X wQWjBlQaXDGPcg8PwpN9AVU7OtkcLIMxGrY6b8/D0F348I1YcrJpT+v/x52w2utYQ2bI lewg==
- In-reply-to: <20180922185448.GA21799@joooj.vinc17.net>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: Joey Pabalinas <joeypabalinas@xxxxxxxxx>, zsh-workers@xxxxxxx, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180920123005.GA20647@zira.vinc17.org> <20180921175740.6ab97a81@pws-HP.localdomain> <CAH+w=7Z_xB9uXHHuPs59bxMaufCDRFcBp8cs-94Ebr3ggYjS0g@mail.gmail.com> <20180922055148.dvmf7kvknnez3cvd@gmail.com> <20180922185448.GA21799@joooj.vinc17.net>
On Sat, Sep 22, 2018 at 08:54:48PM +0200, Vincent Lefevre wrote:
> A SIGCONT handler can be useful for programs running under
> Grid Engine (together with a SIGUSR1 handler, as this signal
> is sent shortly before SIGSTOP).
This assumes that you will always receive USR1 before every STOP, but
since STOP is uncatchable like KILL, this may not always happen. Imagine
an external process sendind it without sending USR1 first, and suddenly your
assumption is no longer true.
Granted, edge cases like this are rare, but they do happen. Signals
are things that should be given a bit more consideration than usual when
dealing with things like handlers.
--
Cheers,
Joey Pabalinas
Attachment:
signature.asc
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author