Bug 871030
| Summary: | [abrt] Zim-0.56-3.fc17: pageview.py:2055:set_tags:AssertionError: BUG: Tags should have a name | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rui Gouveia <rgouveia> |
| 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, nobody, robinlee.sysu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:f7e9b71928b6258b6d78999feafbf06a04951109 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-05 03:15:24 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: | |||
*** Bug 895493 has been marked as a duplicate of this bug. *** 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. |
Description of problem: Copy+paste with the mouse Version-Release number of selected component: Zim-0.56-3.fc17 Additional info: libreport version: 2.0.16 abrt_version: 2.0.16 cmdline: /usr/bin/python /usr/bin/zim kernel: 3.6.3-1.fc17.x86_64 backtrace: :pageview.py:2055:set_tags:AssertionError: BUG: Tags should have a name : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/zim/gui/pageview.py", line 4212, in do_delete_range : tree = self.buffer.get_parsetree(bounds, raw=True) : File "/usr/lib/python2.7/site-packages/zim/gui/pageview.py", line 2082, in get_parsetree : set_tags(iter, filter(_is_zim_tag, iter.get_tags())) : File "/usr/lib/python2.7/site-packages/zim/gui/pageview.py", line 2055, in set_tags : assert attrib['name'], 'BUG: Tags should have a name' :AssertionError: BUG: Tags should have a name : :Local variables in innermost frame: :builder: <TreeBuilder object at 0x1752f38> :tags: [<gtk.TextTag object at 0x1a1faf0 (GtkTextTag at 0x1a814c0)>] :i: 0 :open_tags: [] :self: <TextBuffer object at 0x19a02d0 (zim+gui+pageview+TextBuffer at 0x204b490)> :iter: <GtkTextIter at 0x1a8acf0> :raw: True :tag: <gtk.TextTag object at 0x1a1faf0 (GtkTextTag at 0x1a814c0)> :t: 'tag' :attrib: {'name': u''} :continue_attrib: {}