Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in signals

standard way to perform a clean shutdown with Boost.Asio

How to send a signal to a process in C?

c signals

Need something like a finished-signal from QWidget

qt signals qwidget

how to handle os.system sigkill signal inside python?

python linux signals system

Erlang Linux signal handling

linux erlang signals

Unable to trap SIGINT signal in a background shell

Why does using threading.Event result in SIGTERM not being caught?

setitimer, SIGALRM & multithread process (linux, c)

How do I get tcsetpgrp() to work in C?

Proper usage of volatile sig_atomic_t

c linux x86 c++11 signals

Why use `sigsetjmp` instead of `setjmp` function in C?

c signals

pthreads : pthread_cond_signal() from within critical section

How to send SIGINT to a remote process over SSH?

ssh signals sigint

If I type Ctrl-C on the command line, will the finally block in Java still execute?

java signals finally

Readline: Get a new prompt on SIGINT

c signals readline sigint

Why do shells ignore SIGINT and SIGQUIT in backgrounded processes?

linux shell unix signals posix

Can I rely on register_shutdown_function() being called on SIGTERM, if pcntl_signal() is set up?

php signals exit pcntl

Unix pthreads and signals: per thread signal handlers

What does signal(SIGPIPE, SIG_IGN); do?

c unix signals

Difference between SIGKILL SIGTERM considering process tree

linux thread-safety signals