Bug 632799 - AttributeError: 'NoneType' object has no attribute 'addChild'
Summary: AttributeError: 'NoneType' object has no attribute 'addChild'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:f7b1c319e925749b4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-11 02:42 UTC by Ben Boeckel
Modified: 2010-10-06 19:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-06 19:33:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (352.46 KB, text/plain)
2010-09-11 02:42 UTC, Ben Boeckel
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.