Skip to main content

Timeline for calling sigprocmask from bash

Current License: CC BY-SA 3.0

9 events
when toggle format what by license comment
Mar 4, 2019 at 10:19 answer added Pádraig Brady timeline score: 5
Apr 10, 2014 at 9:28 vote accept Lorenzo Pistone
Apr 10, 2014 at 1:37 answer added Gilles 'SO- stop being evil' timeline score: 6
Apr 9, 2014 at 18:44 comment added Lorenzo Pistone @Gilles python and perl are possible
Apr 8, 2014 at 23:26 comment added Gilles 'SO- stop being evil' I don't think this is possible with bash. Can you use ksh93 or mksh instead? Or call the final process via yet another process (ksh, perl, python, …)?
Apr 8, 2014 at 20:01 comment added Lorenzo Pistone @chepner I can modify the bash command that is invoked, but not the fact that when it's invoked the process has an all blocked signals set.
Apr 8, 2014 at 18:01 comment added Hauke Laging It seems to me that this is not possible (whyever): "Non-builtin commands run by bash have signal handlers set to the values inherited by the shell from its parent."
Apr 8, 2014 at 17:42 comment added chepner Is there a bash script that you can modify? What is the exact call to system involved?
Apr 8, 2014 at 17:07 history asked Lorenzo Pistone CC BY-SA 3.0