Skip to content

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

Merged
shirou merged 1 commit into
shirou:feat/v4.24.0-alphafrom
chernomor:master
Feb 17, 2024
Merged

Groups in /proc/PID/status has type uint32.#1424
shirou merged 1 commit into
shirou:feat/v4.24.0-alphafrom
chernomor:master

Conversation

@chernomor

Copy link
Copy Markdown

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

@shirou shirou left a comment

Copy link
Copy Markdown
Owner

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

2 participants