List Question
20 TechQA 2017-01-06T17:27:21.283000Why shouldn't I include <bits/sigaction.h>, and how do I ignore the error when I do so?
291 views
Asked by tonysdg
OS X sigaction incorrectly setting sa_mask
948 views
Asked by Dave
Why does alarm() cause fgets() to stop waiting?
1.4k views
Asked by Aaron Parisi
How to find reason for SEGFAULT in large multi-thread C program?
684 views
Asked by Laura Moreno
Restarting process when receiving a signal with sigaction
594 views
Asked by leosole
Parent Process exit when using sigaction(SIGCHLD, &sigchld_action, NULL)
82 views
Asked by idiot one
Implementing sleep function using signal handler
103 views
Asked by tahzibi.jafar
Ignoring signal if it's sent too quickly
122 views
Asked by vapandris
How to discover the function sigemptyset() to set value for sigset_t sa_mask
230 views
Asked by asha rani
what is the correct values to assign to sa_mask field of sigaction struct
505 views
Asked by asha rani
Is sigaction preferred over signal function?
312 views
Asked by pensee
Is sa_mask default value empty?
723 views
Asked by Michel Ruge
sigaction is catching signal only once
1.2k views
Asked by asha rani
Getline stops working after sigchld is received
397 views
Asked by Martian
macOS `sigaction()` handler with `SA_SIGINFO` does not include `si_pid`
1.6k views
Asked by Brad Allred
Trapping all signals in C to avoid memory leak
262 views
Asked by Mike
checking for errors in a program that implements a System V signal API using the standard POSIX API
59 views
Asked by Lorand
The process is receiving the masked signals after sigsuspend
104 views
Asked by SBAT
The right way to wait for input after sigaction handling ctrl+c aka SIGINT
422 views
Asked by kiigass