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 aimacintyre
Recipients aimacintyre, loewis, mark.dickinson, robrien
Date 2008-09-30.13:35:19
SpamBayes Score 6.317366e-08
Marked as misclassified No
Message-id <1222781722.19.0.413848793074.issue3862@psf.upfronthosting.co.za>
In-reply-to
Content
On FreeBSD 7.0 amd64, applying Mark's patch does get the test to pass.

As noted on python-dev, the response I got from the author of the new
malloc() package in FreeBSD 7.x indicates that as of 7.1 the allocator
defaults to using sbrk() rather than mmap() (strategy selection is
tunable with an environment variable) so the problematic behaviour
should be masked once 7.1 is released.

Martin: I'm missing something regarding your comment about the failure
message - the exception text seems literally correct (though not
particularly useful), though I haven't spent a lot of time trying to
understand how test_array works.  What would you suggest?
History
Date User Action Args
2008-09-30 13:35:22aimacintyresetrecipients: + aimacintyre, loewis, mark.dickinson, robrien
2008-09-30 13:35:22aimacintyresetmessageid: <1222781722.19.0.413848793074.issue3862@psf.upfronthosting.co.za>
2008-09-30 13:35:21aimacintyrelinkissue3862 messages
2008-09-30 13:35:20aimacintyrecreate