Menu

#1 Early timer expiration due to bad decrementation of delta_rotation

1.0
closed
None
2020-08-22
2020-08-21
No

The engine has a bug as it decrements the "delta_rotations" fields at the bad place !

Discussion

  • Rachid Koucha

    Rachid Koucha - 2020-08-21
    • summary: Eary timer expiration due to bad decrementation of delta_rotation --> Early timer expiration due to bad decrementation of delta_rotation
     
  • Rachid Koucha

    Rachid Koucha - 2020-08-22
    • status: open --> closed
     
  • Rachid Koucha

    Rachid Koucha - 2020-08-22

    Fixed the algo of the engine : either we unlist the descriptors with delta_rotation = 0 at the beginning of the list, either we decrement the delta_rotation field of the head of the list. I was doing both !
    Moreover, there was a bug for cyclic timers when there are relinked after expiration : cut&paste problem for the head field of the link was set to the bad head of list (spoke instead of new_spoke pointer).

     

Log in to post a comment.