Bug 122709

Summary: Yum segfaults while opening Pubkeys
Product: [Fedora] Fedora Reporter: Jules Colding <jules>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-10 02:40:17 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
strace output of yum segfault
none
Pubkeys db none

Description Jules Colding 2004-05-07 11:00:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040404 Firefox/0.8

Description of problem:
I was trying to do a "yum -y update". Yum segfaulted. Strace output
will be attached.



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

How reproducible:
Always

Steps to Reproduce:
1. yum update
2. SEGFAULT
3.
    

Actual Results:  yum segfaulted

Expected Results:  It should not segfault

Additional info:

I think that we might be dealing with an rpm bug even though yum is
the used component.

Comment 1 Jules Colding 2004-05-07 11:20:18 UTC
Created attachment 100071 [details]
strace output of yum segfault

The attachment is from "strace yum -y update".

Comment 2 Seth Vidal 2004-05-07 19:26:27 UTC
looks like your pubkeys db is borked some how.

switching to rpm from yum.


Comment 3 Jules Colding 2004-05-07 20:03:57 UTC
Created attachment 100094 [details]
Pubkeys db

Pupkeys db attached

Comment 4 Jeff Johnson 2004-05-07 21:10:02 UTC
Try
   rpm --rebuilddb -vv
That will fix any/all problems with the Pubkeys index.

Comment 5 Jules Colding 2004-05-08 13:09:48 UTC
Problem fixed. Thanks!