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

sleep_state not_sleeping is not reset as required by signals #54806

Closed
vtjnash opened this issue Jun 14, 2024 · 1 comment
Closed

sleep_state not_sleeping is not reset as required by signals #54806

vtjnash opened this issue Jun 14, 2024 · 1 comment
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@vtjnash
Copy link
Member

vtjnash commented Jun 14, 2024

If julia gets resumed by jl_exit_thread0_cb (or other similar signal means), the tracking of threads running does not get updated as required (possibly needed in jl_task_frame_noreturn too)

Similar to #54721, but for the fatal signals (e.g. ^\ SIGQUIT and SIGKILL) other than ^C SIGINT

Observed https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-06/13/Miter.primary.log

@vtjnash vtjnash added the bug Indicates an unexpected problem or unintended behavior label Jun 14, 2024
@vtjnash
Copy link
Member Author

vtjnash commented Aug 16, 2024

Fixed by #55440

@vtjnash vtjnash closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant