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

[pull] master from Azure:master #1078

Merged
merged 1 commit into from
Oct 27, 2020
Merged

[pull] master from Azure:master #1078

merged 1 commit into from
Oct 27, 2020

Commits on Oct 27, 2020

  1. Fix 'NoSuchProcess' exception in process_checker (#5716)

    The psutil library used in process_checker create a cache for each
    process when calling process_iter. So, there is some possibility that
    one process exists when calling process_iter, but not exists when
    calling cmdline, which will raise a NoSuchProcess exception. This commit
    fix the issue.
    
    Signed-off-by: bingwang <[email protected]>
    bingwang-ms authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    36c52cc View commit details
    Browse the repository at this point in the history