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-02.12:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443788896.62.0.799006161704.issue25276@psf.upfronthosting.co.za>
In-reply-to
Content
I've checked:  test_decimal does not require abnormal amounts of
memory or stack. On Linux/x86 a stack size of 256 (default 8192)
is sufficient, and memory requirements aren't that high.

We assumed that there is some memory limit on the buildbot, since
in a later run test #pwmx330 failed with MemoryError.


The easiest way to debug this is to rerun the whole test suite
under gdb with the same random seed as in


http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/4173/steps/test/logs/stdio
History
Date User Action Args
2015-10-02 12:28:16skrahsetrecipients: + skrah, vstinner, David.Edelsohn
2015-10-02 12:28:16skrahsetmessageid: <1443788896.62.0.799006161704.issue25276@psf.upfronthosting.co.za>
2015-10-02 12:28:16skrahlinkissue25276 messages
2015-10-02 12:28:16skrahcreate