Bug 107480
| Summary: | Anaconda crashes with unhandled Python exception after installing pkgs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Myers <rmyers> | ||||
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| 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: | 2006-02-21 18:59: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: |
|
||||||
Created attachment 95291 [details]
dump produced by anaconda and saved to floppy as requested.
*** This bug has been marked as a duplicate of 106965 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Description of problem: Upgrading from Severn Test 2 to Severn Test 3, Anaconda produces an unhandled exception after installing most packages. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Go through Anaconda installation process, request upgrade 2. 3. Actual results: Unhandled exception after most packages installed. Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 766, in nextClicked self.dispatch.gotoNext() File "/usr/lib/anaconda/dispatch.py", line 168, in gotoNext self.moveStep() File "/usr/lib/anaconda/dispatch.py", line 236, in moveStep rc = apply(func, self.bindArgs(args)) File "/usr/lib/anaconda/upgrade.py", line 530, in upgradeFindPackages (h[rpm.RPMTAG_EPOCH], h[rpm.RPMTAG_VERSION], TypeError: argument 2, item 0 must be string or None, not int Expected results: Completed upgrade. Additional info: My system is bootable and usable, presumably with a mixture of Test2 and Test3 Severn packages.