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

lsns: ignore ESRCH errors reported when accessing files under /proc #3087

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

masatake
Copy link
Member

@masatake masatake commented Jun 7, 2024

Fix #2799.

If a process is gone, system calls accessing files under /proc can return ESRCH.

Suggested by Johannes Edmeier (@joshiste).
Signed-off-by: Masatake YAMATO yamato@redhat.com

Fix util-linux#2799.

If a process is gone, system calls accessing files under /proc can
return ESRCH.

Suggested by Johannes Edmeier (@joshiste).
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@karelzak karelzak merged commit e9977b8 into util-linux:master Jun 10, 2024
33 checks passed
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.

lsns terminates with exit status 1 giving no error message.
2 participants