commit | bf24401a1f9cc8f4122405c7de1051d7823b6f0c | [log] [tgz] |
---|---|---|
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Wed Oct 01 03:25:25 2008 +0000 |
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Wed Oct 01 03:25:25 2008 +0000 |
tree | f2c9f5e020e203c038385f561211632def1d857e | |
parent | 0806749e631ab4e24f78df347a9d932bbc3cb6c7 [diff] |
fix for issue 3862: test_array fails FreeBSD 7 amd64 FreeBSD 7's underlying malloc() is behaves differently to earlier versions and seriously overcommits available memory on amd64. This may affect other 64bit platforms in some circumstances, so the scale of the problematic test is wound back. Patch by Mark Dickinson, reviewed by Martin von Loewis.