-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Running unshare --user --pid tcsh on Linux hangs tcsh at startup. It is caused due to disabled interrupts.
Related code:
Lines 1829 to 1833 in 985b16f
| while ((pid = fork()) == -1) | |
| if (setintr == 0) | |
| (void) sleep(FORKSLEEP); | |
| else | |
| stderror(ERR_NOPROC); |
I suspect trying to change this behaviour may have unintended side effects. Is there a possibility this may be fixed upstream?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels