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 skrah
Recipients David.Edelsohn, skrah, vstinner
Date 2015-10-01.16:47:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443718061.15.0.760690455638.issue25276@psf.upfronthosting.co.za>
In-reply-to
Content
Usually these segfaults are toolchain bugs (I've had at least 8,
including gcc, suncc, libc...).


Just a couple of observations:

  - The bot builds with -DCONFIG_32=1 -DANSI=1 despite being PPC64.

  - When we had an AIX snakebite machine, the xlc compile worked on
    AIX (using about 50 obscure command line arguments).

  - In the default build, libmpdec functions use a lot of stack
    memory (for optimization while avoiding alloca). But there are
    no recursive tests, so a stack overflow would seem unlikely.
History
Date User Action Args
2015-10-01 16:47:41skrahsetrecipients: + skrah, vstinner, David.Edelsohn
2015-10-01 16:47:41skrahsetmessageid: <1443718061.15.0.760690455638.issue25276@psf.upfronthosting.co.za>
2015-10-01 16:47:41skrahlinkissue25276 messages
2015-10-01 16:47:40skrahcreate