Bug 924710 - [abrt] system-config-kickstart-2.9.0-1.fc18: partWindow.py:191:edit_partition:UnboundLocalError: local variable 'fsType' referenced before assignment
Summary: [abrt] system-config-kickstart-2.9.0-1.fc18: partWindow.py:191:edit_partition...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-kickstart
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:a3b9c59b58926916b79e6f08803...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-22 11:12 UTC by Juan Antonio Valiño García
Modified: 2014-03-29 18:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-03-26 20:44:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (674 bytes, text/plain)
2013-03-22 11:12 UTC, Juan Antonio Valiño García
no flags Details
File: core_backtrace (222 bytes, text/plain)
2013-03-22 11:12 UTC, Juan Antonio Valiño García
no flags Details
File: environ (1.84 KB, text/plain)
2013-03-22 11:12 UTC, Juan Antonio Valiño García
no flags Details
File: smolt_data (2.93 KB, text/plain)
2013-03-22 11:12 UTC, Juan Antonio Valiño García
no flags Details
Kickstart file (1.35 KB, text/plain)
2013-03-22 18:01 UTC, Juan Antonio Valiño García
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.