Bug 494856

Summary: yum install/update crashes with segmentation fault
Product: [Fedora] Fedora Reporter: Roman Rakus <rrakus>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: ffesti, james.antill, pmatilai, tim.lauridsen, tsmetana
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: 2009-04-08 12:14:08 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 Roman Rakus 2009-04-08 12:03:13 UTC
Description of problem:
After my last update of system, yum is not usable

Version-Release number of selected component (if applicable):
yum-3.2.22-1.fc11.noarch

How reproducible:
yum update
yum install $anything

Steps to Reproduce:
1. yum update
or
2. yum install $anything
3.
  
Actual results:
Segmentation fault

Expected results:
installing

Additional info:
with used -v and -d 99 I found the last operation before segmentation fault is "Building updates object"
When I run it in gdb it crashes in '?? () from /usr/lib/libsqlite3.so.0', so it should be something with sqlite3.

Comment 1 Roman Rakus 2009-04-08 12:14:08 UTC
After consultation with sqlite owner closing as duplicate of #494266

*** This bug has been marked as a duplicate of bug 494266 ***