Bug 495825

Summary: AttributeError: 'NoneType' object has no attribute 'geometry'
Product: [Fedora] Fedora Reporter: jrspurrier
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, pjones, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: anaconda_trace_hash:2b9e831aeb1e65d6a2375863ab7a2af291719fed36ae1ee178b605f25b7363aa
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-24 18:58:32 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 jrspurrier 2009-04-15 00:26:54 UTC
The following was filed automatically by anaconda:
anaconda 11.5.0.38 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/devices.py", line 1142, in _computeResize
    currentGeom = partition.geometry
  File "/usr/lib/anaconda/storage/devices.py", line 1164, in resize
    (constraint, geometry) = self._computeResize(partition)
  File "/usr/lib/anaconda/storage/deviceaction.py", line 245, in execute
    self.device.resize(intf=intf)
  File "/usr/lib/anaconda/storage/devicetree.py", line 659, in processActions
    action.execute(intf=self.intf)
  File "/usr/lib/anaconda/storage/__init__.py", line 210, in doIt
    self.devicetree.processActions()
  File "/usr/lib/anaconda/packages.py", line 115, in turnOnFilesystems
    anaconda.id.storage.doIt()
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1317, in nextClicked
    self.anaconda.dispatch.gotoNext()
AttributeError: 'NoneType' object has no attribute 'geometry'

Comment 1 jrspurrier 2009-04-15 00:27:04 UTC
Created attachment 339601 [details]
Attached traceback automatically from anaconda.

Comment 2 Chris Lumens 2009-04-15 19:23:07 UTC
Please retest with rawhide as there's been a lot of changes in this area.  Thanks.