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 jasper
Recipients jasper, mark.dickinson
Date 2009-11-10.15:27:15
SpamBayes Score 7.98681e-07
Marked as misclassified No
Message-id <1257866837.55.0.0225307687233.issue7296@psf.upfronthosting.co.za>
In-reply-to
Content
After properly compiling with -O0, it actually gets a lot further in the
build. It crashes elsewhere though:

PYTHONPATH=/usr/obj/ports/Python-2.6.3/fake-sgi/usr/local/lib/python2.6
   ./python -Wi -tt
/usr/obj/ports/Python-2.6.3/fake-sgi/usr/local/lib/python2.6/compileall.py
 -d /usr/local/lib/python2.6 -f  -x 'bad_coding|badsyntax|site-packages'
/usr/obj/ports/Python-2.6.3/fake-sgi/usr/local/lib/python2.6
Floating point exception (core dumped)

Attached is the full build log with the backtrace of that core file.
History
Date User Action Args
2009-11-10 15:27:17jaspersetrecipients: + jasper, mark.dickinson
2009-11-10 15:27:17jaspersetmessageid: <1257866837.55.0.0225307687233.issue7296@psf.upfronthosting.co.za>
2009-11-10 15:27:16jasperlinkissue7296 messages
2009-11-10 15:27:15jaspercreate