Bug 236768
Summary: | package retry button crashes anaconda | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | romal <redhat> | ||||
Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | anaconda-11.2.0.56-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-05-24 16:22:34 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
romal
2007-04-17 16:00:54 UTC
Created attachment 152829 [details]
Anaconda Crash dump from f7t3
dlehman - urlgrabber appears to maintain two lists of mirrors. One list is an immutable list of all the mirrors, and the other is subtracted from as mirrors are tried. When this second list is exhausted, that's when YumBackend.mirrorFailureCB is called. The problem here is that we're not repopulating the second mirror list when the retry button is clicked, so kaboom. Mirror failure handling has improved as of anaconda-11.2.0.56-1. This specific case is covered by these changes. Please reopen this bug if you find that the problem persists. |