Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why does zsh un-ignores SIGQUIT?
- X-seq: zsh-workers 44246
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Why does zsh un-ignores SIGQUIT?
- Date: Wed, 24 Apr 2019 09:13:14 +0100
- 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:mime-version :content-disposition:user-agent; bh=5/5m5neynAliRFOjK+19s9hdm3Ee9zGTtZXwhuzuANs=; b=RJrJGPBbQns4wIRhnq8ZOGQKWYWMeLq+xkNhx+UH0nyOe2bSzCrOUTOZtfCrj9sa2M pGeXdWtmPhrSkbmG+ivnuTxuwfQmB70am0xQeo048xOSXTKjf141agZR0Tz8NNzfi/2y Y5Biz38c4tc+Dyr1gXOnC8p1TYigrY3nbTKan58kTpDDcG9fFQJuuZXt44RyDb3Qs88r ep83LX5IfzM45WF/tBRvx4B9K20dz3/m/uUrtefI+HNvpEGmdpdO7ZN3MVRK9nuGW4kO J72rIAMyNi2tvz4NcEUk1GLV5I5080ODkTeqf27BUX4PXdz4O7v9LLiAB/3SszAE2s75 ZVIg==
- 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: Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
$ (trap '' QUIT; grep SigIgn /proc/self/status; ./Src/zsh -c 'grep SigIgn /proc/self/status')
SigIgn: 0000000000000004
SigIgn: 0000000000000000
That only seems to be happening for SIGQUIT.
(that's from the current git HEAD)
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author