This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, belopolsky, davidfraser, dmalcolm, joshbressers, pitrou, scott.dial, sjt, skrah, vstinner
Date 2010-12-23.12:33:33
SpamBayes Score 0.00023523092
Marked as misclassified No
Message-id <1293107617.32.0.306683317992.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on Ubuntu 10.04: all tests pass and apport intercepts the fault. Apport ignores the faults because I am testing a Python executable compiled from SVN (py3k). Apport logs (/var/log/apport.log):
---
apport (pid 18148) Thu Dec 23 13:29:25 2010: called for pid 18147, signal 8
apport (pid 18148) Thu Dec 23 13:29:25 2010: executable: /home/haypo/prog/SVN/py3k/python (command line "./python -c import\ _testcapi;\ _testcapi.sigfpe()")
apport (pid 18148) Thu Dec 23 13:29:25 2010: executable does not belong to a package, ignoring
---
History
Date User Action Args
2010-12-23 12:33:37vstinnersetrecipients: + vstinner, amaury.forgeotdarc, davidfraser, belopolsky, scott.dial, pitrou, sjt, skrah, dmalcolm, joshbressers
2010-12-23 12:33:37vstinnersetmessageid: <1293107617.32.0.306683317992.issue8863@psf.upfronthosting.co.za>
2010-12-23 12:33:33vstinnerlinkissue8863 messages
2010-12-23 12:33:33vstinnercreate