Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 557323

Summary: UnboundLocalError: local variable 'name' referenced before assignment
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, awilliam, dcantrell, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: anaconda-13.22-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-05 17:11:43 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:
Bug Depends On:    
Bug Blocks: 538273    
Attachments:
Description Flags
crash file from anaconda none

Description Jesse Keating 2010-01-21 01:50:25 UTC
Created attachment 385826 [details]
crash file from anaconda

anaconda 13.21 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/iw/filter_gui.py", line 604, in populate
    tuple = (data, True, _active(name), rs.name, partedDevice.model,
  File "/usr/lib/anaconda/iw/filter_gui.py", line 523, in getScreen
    self.populate(nonraids, mpaths, raids)
  File "/usr/lib/anaconda/gui.py", line 1361, in setScreen
    new_screen = self.currentWindow.getScreen(anaconda)
  File "/usr/lib/anaconda/gui.py", line 1282, in nextClicked
    self.setScreen ()
UnboundLocalError: local variable 'name' referenced before assignment

I got this when attempting an install with a fresh dmraid set, not sure if that has much to do with it.  Probably this was the screen to initialize the disks.

Comment 1 Chris Lumens 2010-01-21 20:56:19 UTC
*** Bug 557571 has been marked as a duplicate of this bug. ***

Comment 2 Adam Williamson 2010-02-05 17:11:43 UTC
jlaska says he hasn't seen this lately, and anaconda team agree it's likely fixed in a rewrite of the code. closing, re-open if it reoccurs.