On 07/14/2016 08:55 AM, bruce wrote:
Jul 14 08:45:09 crawl1 abrt: detected unhandled Python exception in
'/crawl_tmp/jcccParse_cloud_test.py'
Jul 14 08:45:09 crawl1 abrtd: Directory
'pyhook-2016-07-14-08:45:09-14939' creation detected
Jul 14 08:45:09 crawl1 abrt-server[14944]: Saved Python crash dump of
pid 14939 to /var/spool/abrt/pyhook-2016-07-14-08:45:09-14939
Jul 14 08:45:09 crawl1 abrtd: Executable
'/crawl_tmp/jcccParse_cloud_test.py' doesn't belong to any package and
ProcessUnpackaged is set to 'no'
Jul 14 08:45:09 crawl1 abrtd: 'post-create' on
'/var/spool/abrt/pyhook-2016-07-14-08:45:09-14939' exited with 1
Jul 14 08:45:09 crawl1 abrtd: Deleting problem directory
'/var/spool/abrt/pyhook-2016-07-14-08:45:09-14939'

Your python script is running into an exception for some reason, but abrt doesn't know about your application so clears the data. Try running it with stdout and stderr redirected to a file somewhere. Then you should be able to see what the exception is. You could also try setting ProcessUnpackaged to yes. On my systems, in /etc/abrt/abrt-action-save-package-data.conf, that setting it turned on. Do you have that? Maybe it needs to be set in /etc/abrt/abrt.conf as well.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to