Bug 1437956

Summary: `detected unhandled Python exception` error could be of more use
Product: [Fedora] Fedora Reporter: Martin Kutlak <mkutlak>
Component: abrtAssignee: Martin Kutlak <mkutlak>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: abrt-devel-list, dkochuka, iprikryl, jakub, mhabrnal, michal.toman, mkutlak, mmarusak, msuchy, pbhoot, phelia, qe-baseos-apps
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: 2.10.3-1.fc27 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1361112 Environment:
Last Closed: 2017-08-14 08:15:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1361112, 1361116    

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