mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
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.
27 KiB
27 KiB