Bug 4313

Summary: RPM error "free list corrupt - contact support@redhat.com"
Product: [Retired] Red Hat Linux Reporter: bjn
Component: rpmAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-02 14:17:48 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:

Description bjn 1999-08-02 12:40:28 UTC
I have been getting this error occasionally when installing
or upgrading an RPM.  This morning's example was upgrading
squid-2.2.3 (from an external provider) to squid-2.2.STABLE4
(from the RedHat updates section).

"free list corrupt (7626952)- contact support"

The files appear to all get installed, but "rpm -qa" shows
the old version number, so it must be bailing out before it
finishes.  Removing the old one, and installing ("rpm -i")
the new one, gets the same error.

Comment 1 Jeff Johnson 1999-08-02 14:17:59 UTC
Try
	rpm --rebuilddb
and repeat the command that failed. Usually this problem occurs
when rpm is attempting to install 2 versions of the same rpm
in the same command. Please reopne the bug if the problem
persists.