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

Prevent panics in worker threads from causing deadlocks #7218

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 14, 2024

  1. Prevent panics in worker threads from causing deadlocks

    Occasionally, we'll run into panics during compilation which prior to this diff
    would cause the compiler to hang indefinitely after printing the initial panic message.
    
    Note that this simplified/renamed worker 'wakeup' system seems to leave around a bit of a code smell -
    that this perhaps indicates we should rework/refactor in order to avoid the necessity of having separate wakeup and message stealing systems...
    but one problem at a time!
    joshuawarner32 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d6b7ee2 View commit details
    Browse the repository at this point in the history