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