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 omoerbeek
Recipients jasper, mark.dickinson, omoerbeek
Date 2010-02-08.19:15:57
SpamBayes Score 0.00036562775
Marked as misclassified No
Message-id <1265656559.02.0.254844246035.issue7296@psf.upfronthosting.co.za>
In-reply-to
Content
This problem has been diagnosed as a problem in the mips64 port of OpenBSD. mips64 systems need to emulate some floating point instructions in software, depending on the cpu type. In this case we hit an instruction for which the emulation was incomplete. The floating point exception actually signals this.

Work is being done to fix this.
History
Date User Action Args
2010-02-08 19:15:59omoerbeeksetrecipients: + omoerbeek, mark.dickinson, jasper
2010-02-08 19:15:59omoerbeeksetmessageid: <1265656559.02.0.254844246035.issue7296@psf.upfronthosting.co.za>
2010-02-08 19:15:57omoerbeeklinkissue7296 messages
2010-02-08 19:15:57omoerbeekcreate