[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73905: guix shell changes default sigaction for SIGPIPE
From: |
Tomas Volf |
Subject: |
bug#73905: guix shell changes default sigaction for SIGPIPE |
Date: |
Sun, 20 Oct 2024 13:25:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Guix shell changes the default handler for SIGPIPE for the command it
runs. Can be demonstrated using the following:
--8<---------------cut here---------------start------------->8---
$ guix shell guile -- guile -c '(pk (sigaction SIGPIPE))'
;;; ((1 . 0))
$ guile -c '(pk (sigaction SIGPIPE))'
;;; ((0 . 0))
--8<---------------cut here---------------end--------------->8---
Have a nice day,
Tomas Volf
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
signature.asc
Description: PGP signature
- bug#73905: guix shell changes default sigaction for SIGPIPE,
Tomas Volf <=