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

Have all drivers' poll method ignore out of memory errors #9178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Have all drivers' poll method ignore OSError

    This commit makes it so that an OSError with the message `Cannot
    allocate memory` in all drivers' poll subprocess in the
    `driver.poll`-method are ignored. This is applicable for all drivers
    except for local, which does not poll.
    jonathan-eq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    efbf94f View commit details
    Browse the repository at this point in the history