Skip Menu |

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

Report information
The Basics
Id: 127362
Status: resolved
Priority: 0/
Queue: Parallel-Loops

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

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



Subject: Fails with recent versions of Parallel::ForkManager
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/260cfeb0-ce97-11e8-a3ec-62b18c5dfe95 Statistical analysis: **************************************************************** Regression 'mod:Parallel::ForkManager' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 52605567898799948204.00 [1='eq_1.18'] -0.0000 0.0000 -0.22 [2='eq_1.19'] 0.0000 0.0000 0.00 [3='eq_1.20'] -0.0000 0.0000 -0.74 [4='eq_2.01'] -1.0000 0.0000 -9021780465262372645.50 [5='eq_2.02'] -1.0000 0.0000 -27965621387626082316.00 R^2= 1.000, N= 490, K= 6 ****************************************************************
This has been fixed in 0.09 in: commit c5c5d02bcfca913a9f405b71dbec18ec206be6a9 Author: Peter Valdemar Mørch <peter@morch.com> Date: Tue Oct 16 03:40:49 2018 +0200 Fix Bug #127362 for Parallel-Loops: Fails with recent versions of Parallel::ForkManager https://rt.cpan.org/Public/Bug/Display.html?id=127362 Parallel::Loops used an undocumented access to a private $forkManager->{in_child} where it should have used (and now does use) the documented $forkManager->is_child().