teor
b827a08284
Stop spawn test failures due to a race condition with SIGCHLD on process exit
...
When a spawned process forks, fails, then exits very quickly, (this
typically occurs when exec fails), there is a race condition between the
SIGCHLD handler updating the process_handle's fields, and checking the
process status in those fields. The update can occur before or after the
spawn tests check the process status.
We check whether the process is running or not running (rather than just
checking if it is running) to avoid this issue.
2014-09-29 09:37:53 -04:00
..
2014-07-16 15:33:47 +02:00
2014-07-21 14:00:10 -04:00
2014-07-28 02:44:05 -04:00
2014-09-18 15:29:14 -04:00
2014-09-22 10:39:51 -04:00
2014-09-22 14:18:01 -04:00
2014-07-09 16:15:05 -04:00
2014-09-09 18:21:19 +00:00
2014-07-16 11:14:59 +02:00
2014-08-20 14:50:38 -04:00
2014-08-06 18:30:14 -04:00
2014-04-15 23:03:16 -07:00
2014-09-18 10:52:58 -04:00
2014-06-20 09:02:24 -04:00
2014-08-20 13:33:49 -04:00
2014-08-24 13:04:38 -04:00
2014-08-20 13:45:16 -04:00
2014-09-05 11:12:08 -07:00
2014-07-16 16:54:42 +02:00
2014-08-20 15:29:55 -04:00
2014-09-10 07:10:10 -04:00
2014-08-15 10:06:27 -04:00
2014-07-16 09:52:37 +02:00
2014-07-09 00:48:00 +00:00
2014-07-17 11:25:56 +02:00
2014-08-13 12:01:58 -04:00
2014-08-18 13:21:40 -04:00
2014-07-27 15:41:30 -04:00
2014-08-05 11:09:08 -04:00
2014-07-30 16:56:55 +00:00
2014-07-30 16:54:07 +00:00
2014-08-27 03:33:05 +00:00
2014-08-09 15:57:44 -04:00
2014-08-12 12:12:02 -04:00
2014-08-13 10:39:56 -04:00
2014-08-15 08:30:44 -04:00
2014-09-01 16:22:52 -04:00
2014-09-09 11:50:21 -04:00
2014-08-20 12:56:57 -04:00
2014-08-27 03:32:20 +00:00
2014-08-28 08:33:43 -04:00
2014-09-29 09:14:42 -04:00
2014-08-29 16:38:54 -04:00
2014-08-29 16:05:58 -04:00
2014-09-02 18:55:01 -04:00
2014-09-09 11:54:20 -04:00
2014-09-06 14:37:41 +03:00
2014-09-09 10:22:01 -04:00
2014-09-09 10:27:05 -04:00
2014-09-08 15:16:02 -04:00
2014-09-10 23:48:11 -04:00
2014-09-20 16:46:02 -04:00
2014-09-09 12:08:03 -04:00
2014-09-11 00:05:56 -04:00
2014-09-11 08:02:37 -04:00
2014-09-16 11:05:36 -04:00
2014-09-19 16:10:39 +00:00
2014-09-21 16:05:24 -04:00
2014-09-24 09:39:15 +00:00
2014-09-28 18:09:25 +03:00
2014-09-29 12:19:04 +10:00
2014-09-29 09:37:53 -04:00
2014-08-21 11:22:42 -04:00
2014-07-16 06:04:55 -04:00
2014-08-27 20:03:00 -04:00
2014-07-23 21:25:53 -04:00
2014-07-16 12:16:49 +02:00
2014-09-21 19:04:18 -04:00
2014-09-21 20:02:12 -04:00
2014-07-16 10:34:39 +02:00
2014-08-13 16:16:11 +02:00
2014-07-18 16:31:25 +02:00
2014-08-13 16:08:33 +02:00
2014-07-18 16:28:50 +02:00
2014-09-28 20:51:23 -04:00
2014-06-20 09:49:36 -04:00
2014-08-15 18:15:57 -04:00
2014-09-25 11:20:04 -04:00
2014-08-13 15:11:00 -04:00
2014-06-20 10:20:10 -04:00
2014-09-29 09:05:11 -04:00
2014-09-02 19:14:30 -04:00
2014-07-24 16:19:47 -04:00
2014-07-24 16:24:17 -04:00
2014-09-22 10:55:53 -04:00
2014-09-02 11:56:56 -04:00
2014-09-15 21:39:12 -04:00