-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman exec --preserve-fds=2: panic #6653
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Comments
Is the same issue appearing again? #5769 |
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago @QiWang19 Is this still an issue? |
Still present in 17f9b80 |
Still present |
Even simpler: $ ./bin/podman run --preserve-fds=2 alpine date
runtime: epollwait on fd 4 failed with 9
fatal error: runtime: netpoll failed
|
ls /proc/self/fd int fd_is_valid(int fd) |
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
I know, I know, this is undefined, but it probably shouldn't panic:
With just
1
, behavior is inconsistent:or
or sometimes even no error at all
master @ f293606
The text was updated successfully, but these errors were encountered: