-
Notifications
You must be signed in to change notification settings - Fork 154
Sudo can block/hang sometimes #856
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Sudo can block/hang sometimes
To Reproduce
Unfortunately I don't have a clear and concise reproducer I can share. I think it might be related to my environment or long command lines. When I strace the sudo process it looks like it's stuck in a loop somewhere,
sendto(3, "<38>Aug 16 01:45:45 sudo: [...] "..., 38, MSG_NOSIGNAL, NULL, 0) = 38
sendto(3, "<38>Aug 16 01:45:45 sudo: [...] "..., 38, MSG_NOSIGNAL, NULL, 0) = 38
sendto(3, "<38>Aug 16 01:45:45 sudo: [...] "..., 38, MSG_NOSIGNAL, NULL, 0) = 38
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
