Martin Hořeňovský
ffc4a9dc14
If we receive a signal, we re-register ALL previous signal handlers.
...
This fixes the case when we pass signal to previously registered
handler, and it needs to transform the signal into different one.
Still problematic: What if the signal handler we replaced does not
terminate the application? We can end up in a weird state and loop
forever.
Possible solution: Deregister our signal handlers, CALL the previous
signal handler explicitly and if control returns, abort. This would
however complicate our code quite a bit, as we would have to parse the
sigaction we delegate to, decide whether to use signal handler or signal
action, etc...
2017-01-14 15:21:44 +01:00
..
2017-01-08 22:28:53 +01:00
2015-05-19 22:31:57 +01:00
2014-05-29 08:00:20 +01:00
2016-05-12 19:17:55 +01:00
2014-03-17 18:40:58 +00:00
2016-09-27 10:27:28 +01:00
2017-01-11 16:27:16 +00:00
2016-10-14 14:28:15 -07:00
2017-01-10 22:54:57 +01:00
2016-06-08 19:14:54 +01:00
2017-01-07 10:30:43 +01:00
2014-10-21 07:24:30 +01:00
2015-09-29 19:23:06 +01:00
2014-05-20 18:49:28 +01:00
2014-05-28 18:53:01 +01:00
2015-07-01 07:33:27 +01:00
2015-12-09 06:22:15 +00:00
2016-02-25 00:34:09 -08:00
2015-11-18 08:39:21 +00:00
2015-05-19 22:31:57 +01:00
2017-01-14 15:21:44 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2015-11-04 18:04:15 +00:00
2015-09-26 18:12:21 -07:00
2016-02-29 08:03:48 +00:00
2016-03-14 07:55:00 +00:00
2013-07-03 19:14:59 +01:00
2015-08-07 17:28:48 +01:00
2016-04-28 08:11:12 +01:00
2014-05-28 18:53:01 +01:00
2014-06-30 07:33:17 +01:00
2015-11-04 18:04:15 +00:00
2014-12-22 20:10:33 +00:00
2014-12-22 20:10:33 +00:00
2016-09-27 10:43:03 +01:00
2016-01-22 07:59:06 +00:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2014-03-20 14:03:51 +01:00
2012-08-16 18:47:41 +01:00
2015-07-01 07:33:27 +01:00
2015-07-01 07:33:27 +01:00
2013-08-16 19:08:39 +01:00
2015-07-28 18:55:11 +01:00
2015-03-04 07:54:35 +00:00
2015-08-10 07:32:21 +01:00
2015-11-04 18:04:15 +00:00
2015-09-28 01:09:06 -07:00
2015-11-04 18:04:15 +00:00
2017-01-07 13:37:08 +01:00
2015-11-04 18:04:15 +00:00
2016-03-14 19:13:34 +00:00
2015-11-04 18:04:15 +00:00
2015-07-01 07:33:27 +01:00
2014-10-03 08:15:27 +01:00
2015-09-26 18:12:21 -07:00
2016-11-28 15:47:20 +01:00
2015-12-04 10:19:08 +00:00
2014-04-18 08:49:35 +01:00
2015-11-02 06:14:52 +00:00
2014-06-30 07:33:17 +01:00
2014-10-02 19:08:19 +01:00
2014-06-30 07:33:17 +01:00
2015-11-04 18:04:15 +00:00
2015-11-04 18:04:15 +00:00
2017-01-09 23:29:13 +01:00
2016-04-28 08:11:12 +01:00
2016-03-14 07:55:00 +00:00
2017-01-11 16:27:16 +00:00
2016-09-27 09:58:12 +01:00
2014-03-17 18:40:58 +00:00
2014-09-03 19:20:23 +01:00
2015-07-01 07:33:27 +01:00
2015-11-04 18:04:15 +00:00
2015-11-04 18:04:15 +00:00
2014-12-30 18:24:31 +00:00
2015-11-04 18:04:15 +00:00
2017-01-11 16:44:36 +00:00
2015-11-04 18:04:15 +00:00
2016-12-26 11:39:19 +00:00