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

[net] linux: skip if not exist error on getProcInodesAll #458

Merged
merged 1 commit into from
Nov 18, 2017
Merged

[net] linux: skip if not exist error on getProcInodesAll #458

merged 1 commit into from
Nov 18, 2017

Conversation

danielnelson
Copy link
Contributor

In e01a14e we added skipping of permission errors, but I am getting reports of errors like the following:

cound not get pid(s), 0: open /rootfs/proc/32665/fd: no such file or directory

I think this is caused by Pids() returning a pid which exits before getProcInodes() can process it.

@shirou
Copy link
Owner

shirou commented Nov 18, 2017

Good catch! Thanks!

@shirou shirou merged commit 384a551 into shirou:master Nov 18, 2017
@danielnelson danielnelson deleted the skip-not-exist branch November 20, 2017 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants