Bug 1437956 - `detected unhandled Python exception` error could be of more use
Summary: `detected unhandled Python exception` error could be of more use
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: rawhide
Hardware: All
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Martin Kutlak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1361112 1361116
TreeView+ depends on / blocked
 
Reported: 2017-03-31 14:16 UTC by Martin Kutlak
Modified: 2017-08-14 08:15 UTC (History)
12 users (show)

Fixed In Version: 2.10.3-1.fc27
Clone Of: 1361112
Environment:
Last Closed: 2017-08-14 08:15:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Kutlak 2017-03-31 14:16:47 UTC
+++ This bug was initially created as a clone of Bug #1361112 +++

Description of problem:
The "detected unhandled Python exception" message could be more verbose.
It denotes Python exceptions raised in interactive python or python executing script via "python -c "...""

Version-Release number of selected component (if applicable):
abrt-2.0.8-40.el6.x86_64
abrt-python-2.0.8-40.el6.x86_64

How reproducible:
Always


Steps to Reproduce:
1.'python -c "1/0"'
2. check /var/log/messages
3.

Actual results:
abrt: detected unhandled Python exception

Expected results:
Origin of exception may be?

Comment 1 Martin Kutlak 2017-04-11 11:15:31 UTC
This pull request should solve the issue https://github.com/abrt/abrt/pull/1241


Note You need to log in before you can comment on or make changes to this bug.