-
Notifications
You must be signed in to change notification settings - Fork 87
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
yum gets deadlocked/hung up (indefinitely) waiting for urlgrabber-ext-down #127
Comments
Just as a heads-up, the |
@lukash Yes, I do realize that, but why? stdin is likely a pipe to the parent process, which is simply waiting on children. |
I don't know. You haven't really provided a reproducer, I thought you may want to investigate yourself. This seems like a rare corner case, since you're only hitting it yourself long after the development has stopped. For the same reason it is likely going to be low priority for us unless the impact turns out to be bigger (even with a reproducer). |
We're hitting the same issue with one of our ansible playbooks. It definitely does seem to be an edge case because this will run 99 times without issues, but we are seeing this issue periodically. I'm seeing the same futex waits and reads as reported by Brian.
|
Are you setting minrate/timeout? |
When we try to install ROCm on CentOS 7.9.2009 Docker, the same problem persists. It happens about once every 20 times. master@: master@:~> sudo strace -p 26389 master@: master@:~> Do we have any solution or workaround for this problem? |
While I can appreciate that YUM is now deprecated, it's still the main package manager for EL7, which is where I am running into an issue with it just hanging indefinitely, until it is killed.
The process tree looks like this:
The status of the processes are:
which to me looks like 8702, 8711 and 8705 are deadlocked all waiting/blocked on each other.
The text was updated successfully, but these errors were encountered: