Bug 621526

Summary: [abrt] crash in terminator-0.93-1.fc13: config.py:602:get_item:KeyError: 'test'
Product: [Fedora] Fedora Reporter: Torbjørn Lindahl <torbjorn.lindahl>
Component: terminatorAssignee: Dominic Hopf <dmaphy>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: dmaphy, steve
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:35519626
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-28 13:53:39 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

Description Torbjørn Lindahl 2010-08-05 11:25:11 UTC
abrt 1.1.1 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/terminator
component: terminator
executable: /usr/bin/terminator
kernel: 2.6.33.6-147.fc13.x86_64
package: terminator-0.93-1.fc13
reason: config.py:602:get_item:KeyError: 'test'
release: Fedora release 13 (Goddard)

backtrace
-----
config.py:602:get_item:KeyError: 'test'

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/terminatorlib/prefseditor.py", line 155, in on_closebutton_clicked
    terminator.reconfigure()
  File "/usr/lib/python2.6/site-packages/terminatorlib/terminator.py", line 241, in reconfigure
    terminal.reconfigure()
  File "/usr/lib/python2.6/site-packages/terminatorlib/terminal.py", line 497, in reconfigure
    if self.config['exit_action'] == 'restart':
  File "/usr/lib/python2.6/site-packages/terminatorlib/config.py", line 232, in __getitem__
    return(self.base.get_item(key, self.profile))
  File "/usr/lib/python2.6/site-packages/terminatorlib/config.py", line 602, in get_item
    elif self.profiles[profile].has_key(key):
KeyError: 'test'

Local variables in innermost frame:
profile: 'test'
self: <terminatorlib.config.ConfigBase instance at 0x2bd67a0>
key: 'exit_action'
plugin: None

How to reproduce
-----
1. change profile preferences, not sure which
2.
3.

Comment 1 Torbjørn Lindahl 2010-08-05 11:25:14 UTC
Created attachment 436824 [details]
File: backtrace

Comment 2 Dominic Hopf 2010-08-05 21:42:35 UTC
Hi,
there is already a new Terminator version, 0.94 available in updates-testing repository. You can update via 'yum -y update terminator --enablerepo=updates-testing'. Would it be possible for you to try reproducing the issue with that new version?

Thanks in advance & Regards,
Dominic

Comment 3 Dominic Hopf 2010-08-28 13:53:39 UTC
In the meantime there is 0.95 available in updates-testing. I'm going to close this issue. Feel free to reopen in case you still face the issue.