Bug 1026853
| Summary: | [abrt] python: pydoc:2:<module>:ZeroDivisionError: integer division or modulo by zero | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Denys Vlasenko <dvlasenk> | ||||||
| Component: | python | Assignee: | Denys Vlasenko <dvlasenk> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Denys Vlasenko <dvlasenk> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 18 | CC: | bkabrda, dmalcolm, ivazqueznet, jonathansteffan, mstuchli, tomspur | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:42742b9b4cad325c12cf98fbcbe5a6ce17bd63a9 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-11-05 14:38:50 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 819798 [details]
File: backtrace
Created attachment 819799 [details]
File: environ
Description of problem:
ABRT testing, please disregard 2
Version-Release number of selected component:
python-2.7.3-13.fc18
Additional info:
reporter: libreport-2.1.9.9.gdef1.dirty
cmdline: /usr/bin/python2.7 /usr/bin/pydoc
executable: /usr/bin/pydoc
kernel: 3.10.11-100.fc18.x86_64
runlevel: N 5
type: Python
uid: 0
Truncated backtrace:
pydoc:2:<module>:ZeroDivisionError: integer division or modulo by zero
Traceback (most recent call last):
File "/usr/bin/pydoc", line 2, in <module>
0/0
ZeroDivisionError: integer division or modulo by zero
Local variables in innermost frame:
__builtins__: <module '__builtin__' (built-in)>
__name__: '__main__'
__file__: '/usr/bin/pydoc'
__doc__: None
__package__: None
Another user experienced a similar problem: ABRT testing, please disregard 3 reporter: libreport-2.1.9.9.gdef1.dirty cmdline: /usr/bin/python2.7 /usr/bin/pydoc executable: /usr/bin/pydoc kernel: 3.10.11-100.fc18.x86_64 package: python-2.7.3-13.fc18 reason: pydoc:2:<module>:ZeroDivisionError: integer division or modulo by zero runlevel: N 5 type: Python uid: 0 |
Description of problem: ABRT testing, please disregard Version-Release number of selected component: python-2.7.3-13.fc18 Additional info: reporter: libreport-2.1.9.9.gdef1.dirty cmdline: /usr/bin/python2.7 /usr/bin/pydoc executable: /usr/bin/pydoc kernel: 3.10.11-100.fc18.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: pydoc:2:<module>:ZeroDivisionError: integer division or modulo by zero Traceback (most recent call last): File "/usr/bin/pydoc", line 2, in <module> 0/0 ZeroDivisionError: integer division or modulo by zero Local variables in innermost frame: __builtins__: <module '__builtin__' (built-in)> __name__: '__main__' __file__: '/usr/bin/pydoc' __doc__: None __package__: None