| Summary: | AttributeError: 'NoneType' object has no attribute 'addChild' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Clyde E. Kunkel <clydekunkel7734> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 15 | CC: | anaconda-maint-list, jonathan, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | anaconda_trace_hash:a0d1a3995c41273a0e7c3ffeb5dc46d567ae05315e2dfe8a839e7ddea810284a | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-03-25 22:09:08 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Created attachment 485844 [details]
Attached traceback automatically from anaconda.
from desktop nightly 20110315. May be related to: https://bugzilla.redhat.com/show_bug.cgi?id=678689 Have you tested with a tree containing anaconda-15.22-1 or later? That's what should contain a fix for bug 678689. Yes... And, have not hit this bug again so marking it closed. |
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'