Bug 153722
Summary: | rpm hang on up2date with futex | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Telsa Gwynne <hobbit> | ||||||||||
Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> | ||||||||||
Status: | CLOSED WORKSFORME | QA Contact: | Mike McLean <mikem> | ||||||||||
Severity: | medium | Docs Contact: | |||||||||||
Priority: | medium | ||||||||||||
Version: | 4 | CC: | davej, juanino, n3npq | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | x86_64 | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2005-11-04 15:06:44 UTC | Type: | --- | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
Telsa Gwynne
2005-04-05 10:34:49 UTC
Created attachment 112711 [details]
script with output of ps aux, strace and gdb
Could you attach /var/log/rpmpkgs /root/install.log and the output of rpm --qf '%{name}-%{version}.%}release}.%{arch}\n' -qa Created attachment 112714 [details]
/var/log/rpmpkgs
Created attachment 112715 [details]
/root/install.log
Created attachment 112716 [details]
The rpm --qf one.
I experienced an rpm hang on u2pdate, when stracing it was sitting on futex as well. This is on: Red Hat Enterprise Linux AS release 3 (Taroon Update 5) more specifically, it was after doing an update -u from update 2 (I believe). I rebooted after up2date -u and rpm -qa would hang, and up2date would hang as well. This was corrected with a reboot, but sounds similar to this problem so I thought I would log a comment in here. This is likely to be a stale lock and non-reproducible. Display stale locks by doing cd /var/lib/rpm /usr/lib/rpm/rpmdb_stat -CA The normal quiescent (i.e. rpm not running) state is no locks. Fix stale locks by doing rm -f /var/lib/rpm/__db* Why is this bug reopened without additional information? This issue was attached to a Red Hat Global support ticket. But you are correct it shouldn't be as this was against FC4-test1. It also happens to me on: Red Hat Enterprise Linux AS release 3 (Taroon Update 5) |