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 nadeem.vawda
Recipients loewis, nadeem.vawda, neologix, pitrou, python-dev, torsten, vstinner
Date 2012-02-23.12:44:05
SpamBayes Score 3.173002e-05
Marked as misclassified No
Message-id <1330001045.99.0.22219964093.issue13873@psf.upfronthosting.co.za>
In-reply-to
Content
> The SIGBUS could be due to the buildbot running out of tmpfs.

I haven't been able to reproduce the crash by running the test on a tmpfs
on my own machine (Ubuntu AMD64; 8GB RAM; Linux 3.0.0-15-generic; zlib
1:1.2.3.4.dfsg-3ubuntu3), but maybe it's due to something specific about
the configuration of the buildbot machine?

I've temporarily changed the test to use a regular chunk of memory
instead of the mmap hack). If possible, I'd like to change back to the
old technique in the long run (since it allows the test to run on
machines with less RAM), but until we can figure out the problem, I'd
rather not have the test failing needlessly.
History
Date User Action Args
2012-02-23 12:44:06nadeem.vawdasetrecipients: + nadeem.vawda, loewis, pitrou, vstinner, torsten, neologix, python-dev
2012-02-23 12:44:05nadeem.vawdasetmessageid: <1330001045.99.0.22219964093.issue13873@psf.upfronthosting.co.za>
2012-02-23 12:44:05nadeem.vawdalinkissue13873 messages
2012-02-23 12:44:05nadeem.vawdacreate