Bug 578920
| Summary: | [PATCH] [abrt] crash in epydoc-3.0.1-6.fc13: restructuredtext.py:307:visit_paragraph:AttributeError: 'Text' object has no attribute 'data' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Rintel <lkundrak> | ||||||
| Component: | epydoc | Assignee: | Matthias Saou <matthias> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 13 | CC: | matthias | ||||||
| Target Milestone: | --- | Keywords: | EasyFix, Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | abrt_hash:37e7fcfc | ||||||||
| Fixed In Version: | epydoc-3.0.1-7.fc13 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-05-04 06:23:34 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 404062 [details]
File: backtrace
Created attachment 404063 [details]
Proposed fix, apply with git am
Fixed in Rawhide. Would you mind if I pulled this into Fedora 13? epydoc-3.0.1-7.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/epydoc-3.0.1-7.fc13 epydoc-3.0.1-7.fc13 has been pushed to the Fedora 13 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 epydoc'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/epydoc-3.0.1-7.fc13 epydoc-3.0.1-7.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.0.8 detected a crash. architecture: i686 cmdline: /usr/bin/python /usr/bin/epydoc --simple-term --debug selenium.py -o doc component: epydoc executable: /usr/bin/epydoc kernel: 2.6.33-1.fc13.i686 package: epydoc-3.0.1-6.fc13 reason: restructuredtext.py:307:visit_paragraph:AttributeError: 'Text' object has no attribute 'data' release: Fedora release 13 (Rawhide) backtrace ----- restructuredtext.py:307:visit_paragraph:AttributeError: 'Text' object has no attribute 'data' Traceback (most recent call last): File "/usr/bin/epydoc", line 13, in <module> cli() File "/usr/lib/python2.6/site-packages/epydoc/cli.py", line 965, in cli main(options, names) File "/usr/lib/python2.6/site-packages/epydoc/cli.py", line 757, in main exclude_parse=exclude_parse) File "/usr/lib/python2.6/site-packages/epydoc/docbuilder.py", line 275, in build_doc_index parse_docstring(val_doc, docindex, suppress_warnings) File "/usr/lib/python2.6/site-packages/epydoc/docstringparser.py", line 265, in parse_docstring api_doc.summary, api_doc.other_docs = api_doc.descr.summary() File "/usr/lib/python2.6/site-packages/epydoc/markup/restructuredtext.py", line 179, in summary try: self._document.walk(visitor) File "/usr/lib/python2.6/site-packages/docutils/nodes.py", line 137, in walk if child.walk(visitor): File "/usr/lib/python2.6/site-packages/docutils/nodes.py", line 129, in walk visitor.dispatch_visit(self) File "/usr/lib/python2.6/site-packages/docutils/nodes.py", line 1604, in dispatch_visit return method(node) File "/usr/lib/python2.6/site-packages/epydoc/markup/restructuredtext.py", line 307, in visit_paragraph m = self._SUMMARY_RE.match(child.data) AttributeError: 'Text' object has no attribute 'data' Local variables in innermost frame: summary_pieces: [] How to reproduce ----- $ cat >goo.py <<EOF """ hello """ __docformat__ = "restructuredtext en" $ epydoc --debug goo.py