Skip to content

Signals: Review Questions

Anon edited this page Dec 26, 2016 · 3 revisions

Give the names of two signals that are normally generated by the kernel

Give the name of a signal that can not be caught by a signal

Why is it unsafe to call any function (something that it is not signal handler safe) in a signal handler?

Coding Questions

Write brief code that uses SIGACTION and a SIGNALSET to create a SIGALRM handler.

Clone this wiki locally