Bug 41319

Summary: rpm core dumps
Product: [Retired] Red Hat Linux Reporter: Need Real Name <steve.ashe>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-20 13:14:07 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 Need Real Name 2001-05-18 19:15:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.4 i686)

Description of problem:
After update to RH7.1--->
rpm seg faults when doing 'rpm --erase'.  In some cases, I ran rpm
--rebuilddb
and I could then remove the package, but in some cases (e.g. below)
this does not help:

[root@marmot /root]# rpm -q gnome-core
gnome-core-1.2.4-16
[root@marmot /root]# rpm -e gnome-core
Segmentation fault (core dumped)

"rpm -q rpm" gives
rpm-4.0-4
"which rpm" gives
/bin/rpm
and "rpm --version" gives
RPM version 4.0

I'd give you some more information, but given that rpm is 'stripped'
there's
not much more to be had.

How reproducible:
Always

Steps to Reproduce:
1. rpm --erase gnome-core
2.
3.
	

Actual Results:  Segmentation fault (core dumped)


Additional info:

Comment 1 Jeff Johnson 2001-05-20 13:14:03 UTC
You appear not to have upgraded to rpm-4.0.2, and you will need to do that.

Where did you get gnome-core from, ximian?

At this poing you will probably have to install rpm using rpm2cpio or from
tar ball at ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x

Comment 2 Need Real Name 2001-05-21 17:45:08 UTC
Loaded rpm 4.0.2 from rpm.org
It gave stupid messages about  'db1' until I did an
 rpm --rebuilddb
It now seems functional.
Note, the broken rpm, and all the .rpms it core dumped
 on, came from RH7.1 -- sounds like RH needs an
 update to 7.1
-Steve Ashe (steve.ashe)