[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: starvation with "--load" on multicore
From: |
Jay Hacker |
Subject: |
Re: starvation with "--load" on multicore |
Date: |
Mon, 2 Apr 2012 12:35:13 -0400 |
That predicts hanging for me. Thank you for having the fortitude to
debug perl. :)
On Mon, Apr 2, 2012 at 12:14 PM, Thomas Sattler
<sattler@med.uni-frankfurt.de> wrote:
> Hi again ...
>
> I don't understand _what_ is going wrong, but at least I might
> have found _when_ it is happening.
>
> Please try the attached patch and see if it prints a warning.
>
> On my systems, no warnings are shown when everything is OK, and
> a warning is always shown before 'parallel' hangs. So the condi-
> tion of the "print" might bring some light into this issue.
>
> Thomas