Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in signals

Using long data inside signal handler.

c++ c linux signals

Bash, CTRL+C in eval not interrupting the main script

bash signals bash-trap

Python 2 does not handle signals if TCPServer is running in another thread

python signals socketserver

Determine if process is paused (with SIGSTOP) on OS X with C

c macos signals

Using execl commands

c linux signals

Custom Signals Scrapy

SIGTSTP signal handler for child process

c linux unix process signals

pthreads SIGEV_THREAD and async-safe function calls

pthreads signals

"S->value <= 0" signal() implementation in semaphore with no busy waiting

Is it possible for a program to capture SIGTERM generated by the exit system call?

c signals

Wait for signal, then continue execution

c linux timer signals wait

Sending SIGSTOP to a child process stops all execution. C

Injecting a C++ exception in another thread

libsigsegv and responding to a stack overflow

What's the problem of pause() at all?

signals

Interrupting two blocking pthreads by signals

c pthreads signals

In Pyside, why does emiting an integer > 0x7FFFFFFF result in "OverflowError" after the signal is processed?

python qt signals pyside

Specify Perl signal handler using the number, not the name

perl signals handler

C++: Is using segvcatch safe?

When a parent process is killed by "kill -9", will subprocess also be killed?

linux process signals kill