From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|setup=Install will-crash | |setup=Install will-crash | ||
|actions= | |actions= | ||
# Ensure the package is installed: {{command|sudo | # Ensure the package is installed: {{command|sudo dnf install abrt-addon-python}} | ||
# Generate an uncaught python exception: {{command|will_python_raise}} | # Generate an uncaught python exception: {{command|will_python_raise}} | ||
# A python traceback should be generated at the command line: | # A python traceback should be generated at the command line: |
Latest revision as of 11:52, 10 April 2015
Description
This test case tests the functionality of the ABRT Python exception handler.
Setup
Install will-crash
How to test
- Ensure the package is installed:
sudo dnf install abrt-addon-python
- Generate an uncaught python exception:
will_python_raise
- A python traceback should be generated at the command line:
Will raise. Traceback (most recent call last): File "/bin/will_python_raise", line 3, in <module> 0/0 ZeroDivisionError: integer division or modulo by zero
Expected Results
- ABRT should catch the traceback, and if you inspect the report via
gnome-abrt
, the trace in report window should be the same as in the terminal where you executed the command - The ABRT plugin should not cause any unintended behaviour in python scripts when installed