Fedora Account System
Red Hat Associate
Red Hat Customer
+++ 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?
This pull request should solve the issue https://github.com/abrt/abrt/pull/1241