Bug 857820
| Summary: | [abrt] Zim-0.56-3.fc17: config.py:692:dump_section:AttributeError: 'NoneType' object has no attribute 'startswith' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | aten <atenrok> | ||||
| Component: | Zim | Assignee: | Robin Lee <robinlee.sysu> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | fabian, robinlee.sysu | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:2cbf0e4864de62d7cec4a562aa008786dbe3270e | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-02-05 03:15:04 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 613571 [details]
File: core_backtrace
Zim-0.59-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/Zim-0.59-1.fc17 Package Zim-0.59-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing Zim-0.59-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1478/Zim-0.59-1.fc17 then log in and leave karma (feedback). Zim-0.59-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: Zim-0.56-3.fc17 Additional info: libreport version: 2.0.13 abrt_version: 2.0.12 cmdline: /usr/bin/python /usr/bin/zim kernel: 3.3.4-5.fc17.x86_64 backtrace: :config.py:692:dump_section:AttributeError: 'NoneType' object has no attribute 'startswith' : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/zim/gui/widgets.py", line 2416, in do_response : self.save_uistate() : File "/usr/lib/python2.7/site-packages/zim/plugins/quicknote.py", line 356, in save_uistate : self.config.write() : File "/usr/lib/python2.7/site-packages/zim/config.py", line 762, in write : self.file.writelines(self.dump()) : File "/usr/lib/python2.7/site-packages/zim/config.py", line 702, in dump : dump_section(section, parameters) : File "/usr/lib/python2.7/site-packages/zim/config.py", line 692, in dump_section : if not param.startswith('_'): :AttributeError: 'NoneType' object has no attribute 'startswith' : :Local variables in innermost frame: :name: 'Namespaces' :parameters: {None: <Path: >} :self: {'Namespaces': {None: <Path: >}, 'QuickNoteDialog': {'new_page': True, '_windowpos': (500, 207), 'open_page': True, 'windowsize': (358, 310), 'lastnotebook': None}} :lines: ['[QuickNoteDialog]\n', 'windowsize=[358,310]\n', 'lastnotebook=None\n', 'open_page=True\n', 'new_page=True\n', '\n', '[Namespaces]\n'] :param: None :value: <Path: > :section: 'Namespaces'