Bug 588632

Summary: [abrt] crash in terminator-0.93-1.fc12: prefseditor.py:1244:set_layout_item:KeyError: None
Product: [Fedora] Fedora Reporter: Pau Aliagas <linuxnow>
Component: terminatorAssignee: Dominic Hopf <dmaphy>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dmaphy, steve
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:41a89634
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-16 21:22:52 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:

Description Pau Aliagas 2010-05-04 07:02:37 UTC
abrt 1.0.9 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/terminator --sm-client-id 10d5ea1b9820ebaf5d126830835521704800000031020074 --screen 0 --geometry=1920x1170+0+1 --sm-client-id 10d5ea1b9820ebaf5d126830835521704800000031020074 --sm-client-id 10d5ea1b9820ebaf5d126830835521704800000031020074 --sm-client-id 10d5ea1b9820ebaf5d126830835521704800000031020074 --maximise
component: terminator
executable: /usr/bin/terminator
kernel: 2.6.32.12-114.fc12.x86_64
package: terminator-0.93-1.fc12
reason: prefseditor.py:1244:set_layout_item:KeyError: None
release: Fedora release 12 (Constantine)

backtrace
-----
prefseditor.py:1244:set_layout_item:KeyError: None

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/terminatorlib/prefseditor.py", line 1012, in on_layout_item_selection_changed
    self.layouteditor.on_layout_item_selection_changed(selection)
  File "/usr/lib/python2.6/site-packages/terminatorlib/prefseditor.py", line 1222, in on_layout_item_selection_changed
    self.set_layout_item(item)
  File "/usr/lib/python2.6/site-packages/terminatorlib/prefseditor.py", line 1244, in set_layout_item
    chooser.set_active(self.profile_profile_to_ids[layout_item['profile']])
KeyError: None

Local variables in innermost frame:
layout: {'child1': {'profile': None, 'type': 'Terminal', 'parent': 'window0'}, 'window0': {'type': 'Window', 'parent': ''}}
item_name: 'child1'
self: <terminatorlib.prefseditor.LayoutEditor instance at 0x2cc3b90>
chooser: <gtk.ComboBox object at 0x2cbe140 (GtkComboBox at 0x2f7eb10)>
command: <gtk.Entry object at 0x2cbdfa0 (GtkEntry at 0x2c58e40)>
layout_item: {'profile': None, 'type': 'Terminal', 'parent': 'window0'}

Comment 1 Dominic Hopf 2010-05-07 17:19:40 UTC
Hi Pau,
thanks very much for reporting the issue. Can you remember what you did when this crash occurred or is it possible for you to describe how to reproduce the issue?

Regards,
Dominic