Bug 632799

Summary: AttributeError: 'NoneType' object has no attribute 'addChild'
Product: [Fedora] Fedora Reporter: Ben Boeckel <fedora>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:f7b1c319e925749b45a6c30390720edff145a4b5994228719128e3d3b0d44c09
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-06 19:33:55 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
Attached traceback automatically from anaconda. none

Description Ben Boeckel 2010-09-11 02:42:12 UTC
The following was filed automatically by anaconda:
anaconda 14.15 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 229, in __init__
    parent.addChild()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 464, in __init__
    Device.__init__(self, device, parents=parents)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2497, in __init__
    parents=parents, sysfsPath=sysfsPath)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1206, in addUdevDiskDevice
    sysfsPath=sysfs_path, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1277, in addUdevDevice
    device = self.addUdevDiskDevice(info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1955, in populate
    self.addUdevDevice(dev)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 400, in reset
    self.devicetree.populate()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/partition_gui.py", line 913, in getPrev
    self.storage.reset()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1161, in prevClicked
    self.currentWindow.getPrev ()
AttributeError: 'NoneType' object has no attribute 'addChild'

Comment 1 Ben Boeckel 2010-09-11 02:42:17 UTC
Created an attachment (id=446618)
Attached traceback automatically from anaconda.

Comment 2 Ben Boeckel 2010-09-11 02:43:36 UTC
Got this when hitting "Back" from the partition editor.

Comment 3 Chris Lumens 2010-10-06 19:33:55 UTC
This should be fixed on master by bcl's recent patches for going back from the partition editor.