Bug 112608

Summary: rpm seg faults when trying to install rpmlint from fedora.us
Product: [Fedora] Fedora Reporter: Bernd Bartmann <bernd.bartmann>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-24 16:48:50 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 Flags
output of strace rpm -Uvh rpmlint-0.52-0.fdr.2.1.noarch.rpm > rpm.strace 2>&1 none

Description Bernd Bartmann 2003-12-24 14:47:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
rpm just seg faults for me when trying to install rpmlint from
http://download.fedora.us/fedora/fedora/1/i386/RPMS.stable/rpmlint-0.52-0.fdr.2.1.noarch.rpm

[root@riker RPMS.stable]# rpm -Uvh rpmlint-0.52-0.fdr.2.1.noarch.rpm
warning: rpmlint-0.52-0.fdr.2.1.noarch.rpm: V3 DSA signature: NOKEY,
key ID 8df56d05
Segmentation fault

I'll attach an strace output.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. rpm -Uvh rpmlint-0.52-0.fdr.2.1.noarch.rpm
2.
3.
    

Additional info:

Comment 1 Bernd Bartmann 2003-12-24 14:49:08 UTC
Created attachment 96693 [details]
output of strace rpm -Uvh rpmlint-0.52-0.fdr.2.1.noarch.rpm > rpm.strace 2>&1

Comment 2 Jeff Johnson 2003-12-24 15:36:44 UTC
Version of rpm please.

You might also try
    rm -f /var/lib/rpm/Pubkeys
    rpm --rebuilddb -vv

If that fixes, then this bug fixed in rpm-4.2.2-0.6 in fc2.

Comment 3 Bernd Bartmann 2003-12-24 15:57:47 UTC
I'm using rpm-4.2.1-0.30 from FC1.

After executing the two commands you specified above I could
successfully install the rpmlint rpm.

Comment 4 Jeff Johnson 2003-12-24 16:48:50 UTC
OK, tnx for verify. try rpm-4.2.2-0.6 for fix, dangling
ptr brain fart.