Bug 621502

Summary: TypeError: argument 2 to map() must support iteration
Product: [Fedora] Fedora Reporter: Kamil Páral <kparal>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: 14CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-05 10:41:51 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: 611990    
Attachments:
Description Flags
anaconda logs none

Description Kamil Páral 2010-08-05 10:10:56 UTC
Created attachment 436791 [details]
anaconda logs

Description of problem:
I received this error when trying to install F14 Alpha TC2:

05:28:50,703 CRIT anaconda: anaconda 14.14 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 183, in storageComplete
    anaconda.storage.fsset)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1262, in setScreen
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1175, in nextClicked
    self.setScreen ()
TypeError: argument 2 to map() must support iteration

Version-Release number of selected component (if applicable):
anaconda 14.14

How reproducible:


Steps to Reproduce:
1. Do default install of F14 Alpha TC2 DVD x86_64.
2. Select whole disk as installation type.
3. The exception occurs when going to the next dialog.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kamil Páral 2010-08-05 10:12:25 UTC
Reproduced in 2 of 2 attempts.

Comment 2 Kamil Páral 2010-08-05 10:12:56 UTC
This bug seems very similar to bug 619659.

Comment 3 Kamil Páral 2010-08-05 10:41:51 UTC

*** This bug has been marked as a duplicate of bug 620900 ***