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

i#6666: Avoid hang when analyzer worker returns early #6667

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. i#6666: Avoid hang when analyzer worker returns early

    Adds a call to set_active(false) on the output stream when an analyzer
    worker thread returns early due to an error.  This frees up the
    current input and avoids a hang in the scheduler after the error is
    printed.
    
    Adds a unit test which hangs without this fix.
    
    Fixes #6666
    derekbruening committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b23c102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7620cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a5159e View commit details
    Browse the repository at this point in the history