Bug 598603
| Summary: | [abrt] crash in gummi-0.4.5-1.fc13: ConfigParser.py:315:get:NoOptionError: No option 'GtkCheckButton' in section: 'DEFAULT' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christoph Wickert <christoph.wickert> | ||||
| Component: | gummi | Assignee: | Fabian Affolter <mail> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | barmstro, cezarybartoszuk, jim, mail, sergey.linux | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:77110b99 | ||||||
| Fixed In Version: | gummi-0.5.3-2.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-11-22 22:20:49 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: |
|
||||||
Created attachment 418744 [details]
File: backtrace
To correct my previous statement: The application still works after the crash, it's just the prefs that wont show up. Package: gummi-0.4.5-1.fc13 Architecture: i686 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Open Gummi 2. Default LaTeX text appears 3. Select Edit > Preferences 4. Gummi crashes Comment ----- See above. No special interaction is required. Selecting Preferences causes the app to crash. Package: gummi-0.4.5-1.fc13 Architecture: i686 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Select menu item "Edit" then select "Preferences." 2. 3. Comment ----- Started gummi application, then selected "Preferences" from the "Edit" menu. The package was updated to 0.4.8 in Rawhide but unfortunately there is a new issue. Package: gummi-0.4.5-1.fc13 Architecture: x86_64 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Start Gummi 2. Edit->Preferences Upstream is still working on that issue. gummi-0.5.3-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/gummi-0.5.3-1.fc13 gummi-0.5.3-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/gummi-0.5.3-1.fc14 gummi-0.5.3-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gummi'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/gummi-0.5.3-1.fc14 gummi-0.5.3-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/gummi-0.5.3-2.fc14 gummi-0.5.3-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/gummi-0.5.3-2.fc13 gummi-0.5.3-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. gummi-0.5.3-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.1.0 detected a crash. architecture: x86_64 cmdline: /usr/bin/python /usr/bin/gummi comment: The 'Preferences' dialog of Gimmi makes the application crash. component: gummi executable: /usr/bin/gummi kernel: 2.6.33.4-95.fc13.x86_64 package: gummi-0.4.5-1.fc13 reason: ConfigParser.py:315:get:NoOptionError: No option 'GtkCheckButton' in section: 'DEFAULT' release: Fedora release 13 (Goddard) backtrace ----- ConfigParser.py:315:get:NoOptionError: No option 'GtkCheckButton' in section: 'DEFAULT' Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/gummi/GummiGUI.py", line 280, in on_menu_preferences_activate prefsgui = PrefsGUI(self.config, self.editorpane, self.path, self.mainwindow, self.iofunc) File "/usr/lib/python2.6/site-packages/gummi/GummiGUI.py", line 469, in __init__ self.set_checkbox_status(self.view_box, 'view') File "/usr/lib/python2.6/site-packages/gummi/GummiGUI.py", line 488, in set_checkbox_status result = self.config.get_value(page, item.get_name()) File "/usr/lib/python2.6/site-packages/gummi/Preferences.py", line 87, in get_value defvalue = self.config.get('DEFAULT', option) File "/usr/lib64/python2.6/ConfigParser.py", line 315, in get raise NoOptionError(option, section) NoOptionError: No option 'GtkCheckButton' in section: 'DEFAULT' Local variables in innermost frame: opt: 'gtkcheckbutton' section: 'DEFAULT' option: 'GtkCheckButton' self: <ConfigParser.RawConfigParser instance at 0x1aceea8> How to reproduce ----- 1. Start Gummi 2. Edit -> Preferences 3. Boom!