Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the B-C CPAN distribution.

Report information
The Basics
Id: 54514
Status: resolved
Priority: 0/
Queue: B-C

People
Owner: Nobody in particular
Requestors: paulvg+bitcard [...] elements.nl
Cc:
AdminCc:

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



Subject: Installing ByteLoader through CPAN may cause OOM situation

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #54514] Installing ByteLoader through CPAN may cause OOM situation
Date: Thu, 11 Feb 2010 12:41:36 +0100
To: bug-B-C [...] rt.cpan.org
From: Reini Urban <rurban [...] x-ray.at>
2010/2/11 Paul v. Genderen via RT <bug-B-C@rt.cpan.org>: Show quoted text
> Thu Feb 11 06:22:06 2010: Request 54514 was acted upon. > Transaction: Ticket created by paulvg >       Queue: B-C >     Subject: Installing ByteLoader through CPAN may cause OOM situation >   Broken in: (no value) >    Severity: Normal >       Owner: Nobody >  Requestors: paulvg+bitcard@elements.nl >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54514 > > > > At the cpan prompt, I entered the command 'install ByteLoader' and > simply confirmed the defaults. At some point, tests were ran and some > were failing. However, it seems that one of the tests quickly ate up all > available memory and I wasn't able to log in remotely using SSH anymore > until Linux killed the offending processes. Other processes were killed > as well (luckily not any daemons), but here's the relevant part of the > kernel log where the Perl test gets killed:
Thanks. This problem is known and already fixed in the upcoming 1.19 release if IPC::Run is installed. If not the test still fails by eating all available memory. (An endless loop) Fix 1: test 12 fixed (cop_seq_low+high <=> double NVX) Fix 2: timeout when compiling and running the tests when IPC::Run is installed Fix 3: test 18 is now skipped on cc_*.t too More such tests are usually skipped, but with the failing tests 12 and 18 I was not sure. It was architecture dependent. -- Reini Urban
From: paulvg+bitcard [...] elements.nl
On Thu 11 Feb 2010 09:30:19, rurban@x-ray.at wrote: Show quoted text
> Thanks. > > This problem is known and already fixed in the upcoming 1.19 > release if IPC::Run is installed. If not the test still fails by > eating > all available memory. (An endless loop) > > Fix 1: test 12 fixed (cop_seq_low+high <=> double NVX) > Fix 2: timeout when compiling and running the tests when IPC::Run is > installed > Fix 3: test 18 is now skipped on cc_*.t too > > More such tests are usually skipped, but with the failing tests 12 and > 18 I was > not sure. It was architecture dependent.
Gee, thanks! I just checked, IPC::Run is installed. I'll keep an eye out for 1.19!
Subject: Re: [rt.cpan.org #54514] Installing ByteLoader through CPAN may cause OOM situation
Date: Thu, 11 Feb 2010 16:17:40 +0100
To: bug-B-C [...] rt.cpan.org
From: Reini Urban <rurban [...] x-ray.at>
2010/2/11 Paul v. Genderen via RT <bug-B-C@rt.cpan.org>: Show quoted text
>       Queue: B-C >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54514 > > > On Thu 11 Feb 2010 09:30:19, rurban@x-ray.at wrote:
>> This problem is known and already fixed in the upcoming 1.19 >> release if IPC::Run is installed. If not the test still fails by >> eating >> all available memory. (An endless loop) >> >> Fix 1: test 12 fixed (cop_seq_low+high <=> double NVX) >> Fix 2: timeout when compiling and running the tests when IPC::Run is >> installed >> Fix 3: test 18 is now skipped on cc_*.t too >> >> More such tests are usually skipped, but with the failing tests 12 and >> 18 I was >> not sure. It was architecture dependent.
> > Gee, thanks! I just checked, IPC::Run is installed. I'll keep an eye out > for 1.19!
You can also checkout svn svn checkout http://perl-compiler.googlecode.com/svn/trunk/ perl-compiler I only seem to have a new issue with evaltry with 5.12 to be. -- Reini Urban http://phpwiki.org/ http://murbreak.at/
From: paulvg+bitcard [...] elements.nl

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #54514] Installing ByteLoader through CPAN may cause OOM situation
Date: Thu, 11 Feb 2010 22:41:44 +0100
To: bug-B-C [...] rt.cpan.org
From: Reini Urban <rurban [...] x-ray.at>

Message body is not shown because it is too large.

"OOM situation": Out of memory (iu.e. endless loop in custom sort) errors with some known TODO tests are skipped at a non-author site. 4-5% of the top100 modules fail. B::Bytecode/ByteLoader is stable for 5.8 - 5.12, so marking it as resolved. -- Reini Urban