Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pending state back to jl_thread_suspend_and_get_state-machine #55622

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. add pending state to jl_thread_suspend_and_get_state-machine

    Fixes an issue with #55500, where signals may abruptly abort the process
    as they observe it is still processing the resume SIGUSR2 message and
    are not able to wait for that processing to end before setting the new
    message to exit.
    vtjnash committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c13053d View commit details
    Browse the repository at this point in the history