You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a file on my filesystem that is owned by a GID that doesn't exist locally (but does inside a container) -- when erd attempts to fetch the data from this file, a SIGSEGV is generated:
FWIW I know very little about rust, but it seems to be coming from src/fs/ug.rs:try_get_user/src/fs/ug.rs:try_get_group
The text was updated successfully, but these errors were encountered:
nwoythal
changed the title
erd --long crashes when attempting to display user/group info for nonexistant grouperd --long crashes when attempting to display user/group info for nonexistant group/user
Jun 7, 2023
I have a file on my filesystem that is owned by a GID that doesn't exist locally (but does inside a container) -- when
erd
attempts to fetch the data from this file, a SIGSEGV is generated:FWIW I know very little about rust, but it seems to be coming from
src/fs/ug.rs:try_get_user
/src/fs/ug.rs:try_get_group
The text was updated successfully, but these errors were encountered: