I hate to muddy up the mailing list, but...

THANK YOU! In the last few days I was trying to track this error down.
I was trying to find a way to reproduce it without running my program
for 24+ hours.


-Leo.


On Wed, Oct 10, 2001 at 05:34:49PM -0400, Kirill wrote:
> Hi Rocco,
> 
> If you try to remove the first alarm from a large alarm queue, POE
> dies saying "internal inconsistency: alarm should have been found".
> 
> The problem probably is on the line 2008 of Kernel.pm, which reads
> 
>       while ( $linear_point and
> 
> but should instead read
> 
>       while ( $linear_point >= 0 and
> 
> Best regards,
> Kirill

Reply via email to