Bug 688360 - AttributeError: 'NoneType' object has no attribute 'addChild'
Summary: AttributeError: 'NoneType' object has no attribute 'addChild'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 15
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:a0d1a3995c41273a0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-16 21:17 UTC by Clyde E. Kunkel
Modified: 2011-03-25 22:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-25 22:09:08 UTC
Type: ---


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (731.51 KB, text/plain)
2011-03-16 21:17 UTC, Clyde E. Kunkel
no flags Details

Description Clyde E. Kunkel 2011-03-16 21:17:35 UTC
The following was filed automatically by anaconda:
anaconda 15.20.1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 231, in __init__
    parent.addChild()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 458, in __init__
    Device.__init__(self, name, parents=parents)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2577, in __init__
    parents=parents, sysfsPath=sysfsPath)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 863, in addUdevDiskDevice
    sysfsPath=sysfs_path, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 977, in addUdevDevice
    device = self.addUdevDiskDevice(info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 758, in addUdevPartitionDevice
    self.addUdevDevice(new_info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 980, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 594, in addUdevLVDevice
    self.addUdevDevice(pv_info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 954, in addUdevDevice
    device = self.addUdevLVDevice(info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1750, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1708, in populate
    self._populate()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 434, in reset
    self.devicetree.populate()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 103, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext
    self.moveStep()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1346, in setScreen
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1258, in nextClicked
    self.setScreen ()
AttributeError: 'NoneType' object has no attribute 'addChild'

Comment 1 Clyde E. Kunkel 2011-03-16 21:17:40 UTC
Created attachment 485844 [details]
Attached traceback automatically from anaconda.

Comment 2 Clyde E. Kunkel 2011-03-16 21:21:39 UTC
from desktop nightly 20110315.

May be related to: https://bugzilla.redhat.com/show_bug.cgi?id=678689

Comment 3 Chris Lumens 2011-03-25 19:33:36 UTC
Have you tested with a tree containing anaconda-15.22-1 or later?  That's what should contain a fix for bug 678689.

Comment 4 Clyde E. Kunkel 2011-03-25 22:09:08 UTC
Yes...

And, have not hit this bug again so marking it closed.


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