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 mark.dickinson
Recipients jasper, mark.dickinson
Date 2009-11-10.17:53:43
SpamBayes Score 1.1495997e-05
Marked as misclassified No
Message-id <1257875625.79.0.00942679463806.issue7296@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I'm running out of ideas.  The traceback is truly baffling.

I'm not sure why you're configuring with --with-fpectl.  Does removing 
this make any difference?

Maybe you could also try copying _PyHash_Double into a small test program, 
calling it with an input of 2.34e17 (get rid of the Python-specific calls 
in the if-branch, which I believe isn't taken in this case anyway) and see 
if you can reproduce the FP signal there.
History
Date User Action Args
2009-11-10 17:53:45mark.dickinsonsetrecipients: + mark.dickinson, jasper
2009-11-10 17:53:45mark.dickinsonsetmessageid: <1257875625.79.0.00942679463806.issue7296@psf.upfronthosting.co.za>
2009-11-10 17:53:44mark.dickinsonlinkissue7296 messages
2009-11-10 17:53:43mark.dickinsoncreate