Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 91378
Status: resolved
Priority: 0/
Queue: Socket

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On Fri Dec 13 03:18:10 2013, SREZIC wrote: Show quoted text
> 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
Doesn't appear to be happening any more http://matrix.cpantesters.org/?dist=Socket%202.020;perl=5.8.9;reports=1 -- Paul Evans
Doesn't seem to happen any more. -- Paul Evans