Bug 595785

Summary: [abrt] crash in genesis-0.4.3-1.fc13: genesis.py:343:save_preference:AttributeError: 'NoneType' object has no attribute 'split'
Product: [Fedora] Fedora Reporter: John Margaritopoulos <johnmargaritopoulos>
Component: genesisAssignee: Andrea Musuruane <musuruan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: musuruan
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:9d9b7e37
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-30 19:04:12 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 John Margaritopoulos 2010-05-25 15:35:21 UTC
abrt 1.1.0 detected a crash.

architecture: i686
cmdline: /usr/bin/python /usr/bin/genesis
component: genesis
executable: /usr/bin/genesis
kernel: 2.6.33.4-95.fc13.i686
package: genesis-0.4.3-1.fc13
reason: genesis.py:343:save_preference:AttributeError: 'NoneType' object has no attribute 'split'
release: Fedora release 13 (Goddard)

backtrace
-----
genesis.py:343:save_preference:AttributeError: 'NoneType' object has no attribute 'split'

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Genesis/genesis.py", line 343, in save_preference
    widget_type, name = widget.name.split('_', 1)
AttributeError: 'NoneType' object has no attribute 'split'

Local variables in innermost frame:
widget: <gtk.SpinButton object at 0x9afc5f4 (GtkSpinButton at 0x9c3c018)>
self: <Genesis.genesis.PreferencesDialog object at 0x9af5cec>

Comment 1 John Margaritopoulos 2010-05-25 15:35:23 UTC
Created attachment 416440 [details]
File: backtrace

Comment 2 Andrea Musuruane 2010-05-25 15:48:23 UTC
It seems to me that this is a duplicate of #588630 even though it happened in a different part of code. 

Can you please tell me how you reproduced this bug?

Comment 3 Andrea Musuruane 2010-05-30 19:04:12 UTC

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