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

oomparser: don't get stuck for certain processes #1706

Merged
merged 1 commit into from
Aug 1, 2017

Commits on Aug 1, 2017

  1. oomparser: don't get stuck for certain processes

    The oomparser logic would end up stuck, unable to detect the end of a
    given oom trace, for any process with a name that didn't match \w+.
    
    This includes processes like 'python3.4' due to the '.', or
    'docker-containerd' due to the '-'.
    
    This fix was included in pr google#1544 last year, but since that PR seems
    dead it seems like a good idea to break this more important fix out.
    
    I've updated the tests such that they would have caught this issue.
    euank committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    fe722c7 View commit details
    Browse the repository at this point in the history