Andreas Kling
2839bb0be1
Kernel: Restore the previous thread state on SIGCONT after SIGSTOP
...
When stopping a thread with the SIGSTOP signal, we now store the thread
state in Thread::m_stop_state. That state is then restored on SIGCONT.
This fixes an issue where previously-blocked threads would unblock
upon resume. Now they simply resume in the Blocked state, and it's up
to the regular unblocking mechanism to unblock them.
Fixes #1326 .
2020-03-01 15:14:17 +01:00
..
2020-02-29 00:12:46 +01:00
2020-03-01 13:23:26 +01:00
2020-02-28 23:25:00 +01:00
2020-02-29 13:39:06 +01:00
2020-02-27 13:05:12 +01:00
2020-02-29 00:12:46 +01:00
2020-03-01 13:23:26 +01:00
2020-02-29 00:12:46 +01:00
2020-02-27 13:05:12 +01:00
2020-03-01 12:27:03 +01:00
2020-02-10 12:07:48 +01:00
2020-02-02 00:20:41 +01:00
2020-02-10 10:46:25 +01:00
2020-02-23 22:03:03 +01:00
2020-02-09 19:38:17 +01:00
2020-01-18 09:45:54 +01:00
2020-01-13 11:06:42 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-02-28 20:07:51 +01:00
2020-02-02 00:20:41 +01:00
2020-02-02 00:20:41 +01:00
2020-02-02 00:20:41 +01:00
2020-02-29 00:12:46 +01:00
2020-02-23 11:10:52 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-01-31 13:13:04 +01:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00
2020-02-16 01:27:42 +01:00
2020-03-01 13:23:26 +01:00
2020-02-16 01:27:42 +01:00
2020-01-17 22:34:26 +01:00
2020-02-26 13:06:40 +01:00
2020-02-26 13:06:40 +01:00
2020-02-10 10:46:25 +01:00
2020-02-29 00:12:46 +01:00
2020-02-10 10:46:25 +01:00
2020-02-16 01:27:42 +01:00
2020-02-04 19:11:52 +01:00
2020-01-18 09:45:54 +01:00
2020-02-22 10:09:54 +01:00
2020-02-16 01:27:42 +01:00
2020-03-01 12:27:03 +01:00
2020-02-28 20:29:14 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-02-27 10:41:32 +01:00
2020-02-22 10:54:50 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00
2020-02-10 10:46:25 +01:00
2020-03-01 12:58:22 +01:00
2020-02-17 15:04:27 +01:00
2020-02-28 12:55:58 +01:00
2020-02-28 12:55:58 +01:00
2020-02-10 10:46:25 +01:00
2020-02-27 13:05:12 +01:00
2020-02-28 12:55:58 +01:00
2020-02-17 15:04:27 +01:00
2020-03-01 15:14:17 +01:00
2020-03-01 15:14:17 +01:00
2020-02-16 01:27:42 +01:00
2020-02-24 11:27:03 +01:00
2020-02-20 06:57:01 +01:00
2020-02-26 13:06:40 +01:00
2020-02-26 13:06:40 +01:00