Bug 495202
| Summary: | anaconda crash editing existing partitions | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Thienemann <andreas> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | anaconda-maint-list, patrik.elmberg, pjones, rmaximo, vanmeeuwen+fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | anaconda_trace_hash:df0eba94bb1e2cbdf926d05c00b8d65407d0bffffb202fa3727a4678a37efd93 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-04-13 14:23:54 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 339076 [details]
Attached traceback automatically from anaconda.
Here's a similar exception report thrown while trying to install to hard drive from Fedora-11-Snap1-x86_64_Live. anaconda version "None". Custom partitioning, pointing out existing swap and /boot ok. Choked on sda8 which had no filesystem. Created attachment 339313 [details]
anaconda InstallError.txt
*** This bug has been marked as a duplicate of bug 495288 *** |
The following was filed automatically by anaconda: anaconda 11.5.0.38 exception report Traceback (most recent call first): File "/tmp/updates/partition_ui_helpers_gui.py", line 334, in createPreExistFSOptionSection if not formatcb.get_active() and not origfs.migrate: File "/tmp/updates/partition_dialog_gui.py", line 415, in __init__ (row, self.fsoptionsDict) = createPreExistFSOptionSection(self.origrequest, maintable, row, self.mountCombo, self.storage, luksdev=luksdev) File "/tmp/updates/partition_gui.py", line 1104, in editPartition restrictfs = restrictfs) File "/tmp/updates/partition_gui.py", line 1068, in editCB self.editPartition(device) File "/tmp/updates/partition_gui.py", line 943, in treeActivateCB self.editCB() AttributeError: 'NoneType' object has no attribute 'get_active'