Skip Menu |

This queue is for tickets about the Parallel-Simple CPAN distribution.

Report information
The Basics
Id: 94571
Status: new
Priority: 0/
Queue: Parallel-Simple

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

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



Subject: Doesn't work on Windows
prun gives lots of errors long the lines of: Attempt to free nonexistent shared string '$foundit', Perl interpreter: 0xda70028 at C:/strawberry/perl/site/lib/Parallel/Simple.pm line 51, <GEN0> line 128 (#1) (S internal) Perl maintains a reference-counted internal table of strings to optimize the storage and access of hash keys and other strings. This indicates someone tried to decrement the reference count of a string that can no longer be found in the table. Attempt to free nonexistent shared string '$cp', Perl interpreter: 0xda70028 at C:/strawberry/perl/site/lib/Parallel/Simple.pm line 51, <GEN0> line 128 (#1) This has happened on two very different set-ups on Windows so I believe it is a systemic problem with prun().