Subject: | "Out of memory" errors in test suite (*BSD systems, perl 5.8.9) |
The test suite fails with Out of memory errors on some *BSD systems with perl 5.8.9. Here are some sample reports:
http://www.cpantesters.org/cpan/report/93cdf71c-552d-11e3-8d22-32f6dfbfc7aa (FreeBSD + gcc)
http://www.cpantesters.org/cpan/report/732d5122-4c5b-11e3-bd14-e3bee4621ba3 (FreeBSD + clang)
http://www.cpantesters.org/cpan/report/030c9024-4b7f-11e3-bf3e-b51f7bc94557 (MidnightBSD)
I experimented a little bit with t/sockaddr.t. If the order of statements "use Socket" and "use Test::More" is swapped, then the Out of memory errors do not happen anymore.
Regards,
Slaven