Bug 924710

Summary: [abrt] system-config-kickstart-2.9.0-1.fc18: partWindow.py:191:edit_partition:UnboundLocalError: local variable 'fsType' referenced before assignment
Product: [Fedora] Fedora Reporter: Juan Antonio Valiño García <juanvalino>
Component: system-config-kickstartAssignee: Chris Lumens <clumens>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: clumens, wigb
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:a3b9c59b58926916b79e6f0880344a49c204ce9f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-26 20:44:04 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
File: backtrace
none
File: core_backtrace
none
File: environ
none
File: smolt_data
none
Kickstart file none

Description Juan Antonio Valiño García 2013-03-22 11:12:05 UTC
Version-Release number of selected component:
system-config-kickstart-2.9.0-1.fc18

Additional info:
cmdline:        /usr/bin/python2 /usr/bin/system-config-kickstart
executable:     /usr/bin/system-config-kickstart
kernel:         3.8.1-201.fc18.x86_64
uid:            1000

Truncated backtrace:
partWindow.py:191:edit_partition:UnboundLocalError: local variable 'fsType' referenced before assignment

Traceback (most recent call last):
  File "/usr/share/system-config-kickstart/partition.py", line 145, in editPartition
    self.partWindow.edit_partition(iter)
  File "/usr/share/system-config-kickstart/partWindow.py", line 191, in edit_partition
    self.fsTypeCombo.entry.set_text(fsType)
UnboundLocalError: local variable 'fsType' referenced before assignment

Local variables in innermost frame:
part_object: <partEntry.partEntry instance at 0x493e3f8>
self: <partWindow.partWindow instance at 0x326ef38>
type: 'RAID de software'
iter: <GtkTreeIter at 0x3030b00>

Comment 1 Juan Antonio Valiño García 2013-03-22 11:12:23 UTC
Created attachment 714485 [details]
File: backtrace

Comment 2 Juan Antonio Valiño García 2013-03-22 11:12:25 UTC
Created attachment 714486 [details]
File: core_backtrace

Comment 3 Juan Antonio Valiño García 2013-03-22 11:12:32 UTC
Created attachment 714488 [details]
File: environ

Comment 4 Juan Antonio Valiño García 2013-03-22 11:12:35 UTC
Created attachment 714489 [details]
File: smolt_data

Comment 5 Chris Lumens 2013-03-22 14:06:27 UTC
What steps did you take to reach this traceback?

Comment 6 Juan Antonio Valiño García 2013-03-22 15:51:17 UTC
It was the automatic reporting application on the task bar of kde.

Comment 7 Chris Lumens 2013-03-22 15:52:57 UTC
No, I mean what did you do with system-config-kickstart?

Comment 8 Juan Antonio Valiño García 2013-03-22 18:01:41 UTC
Created attachment 714701 [details]
Kickstart file

Comment 9 Juan Antonio Valiño García 2013-03-22 18:03:43 UTC
I was editing the hand-made kickstart file I have attached.

Comment 10 Chris Lumens 2013-03-26 20:44:04 UTC
Ah, I see it now.  This is going to be a really lame answer, but system-config-kickstart right now does not support LVM at all.  When you go to edit the LVM partition, that's what's causing the crash.  I have long term plans for fixing this by creating a new UI, but it's certainly not going to happen any time soon.  Sorry.