Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 17763
Status: resolved
Priority: 0/
Queue: CPANPLUS

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

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



Subject: Infinite loop at end time (in the debugger at least)
When run inside the debugger, CPANPLUS goes into an infinite loop that very slowly eats up memory, while saving the metadata at END time.
On Mon Feb 20 14:13:19 2006, ADAMK wrote: Show quoted text
> When run inside the debugger, CPANPLUS goes into an infinite loop that > very slowly eats up memory, while saving the metadata at END time.
If you're actually worried about this, it's probably worth looking itno what storable is doing, as that's what's going to be eating the ram. On a related note, i've just applied change 12389: * save sources to disk after creating the trees, not at end of script this should speed up closing the application, at a one time overhead when parsing the sourcefiles