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

Groups in /proc/PID/status has type uint32. #1424

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

chernomor
Copy link

Fix error of parser:

error get info about worker process status 3150292: strconv.ParseInt:
parsing "4294967293": value out of range

$ grep Groups /proc/self/status
Groups: 20001 [...] 4294967293

Fix error of parser:
> error get info about worker process status 3150292: strconv.ParseInt:
> parsing "4294967293": value out of range

$ grep Groups /proc/self/status
Groups: 20001 [...] 4294967293
@shirou shirou added the v4 label Oct 22, 2023
@shirou shirou changed the base branch from master to feat/v4.24.0-alpha February 17, 2024 12:18
Copy link
Owner

@shirou shirou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the wait. This PR has been merged into the branch for v4. Thank you for your contribution!

@shirou shirou merged commit 8b3601a into shirou:feat/v4.24.0-alpha Feb 17, 2024
@shirou shirou mentioned this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants