You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't happen if you schedule task 1 for day X, task 2 for another day and then task 3 for day X again, but otherwise it seems to always happen, whether the date is past, present or future.
The text was updated successfully, but these errors were encountered:
A bug can cause a segmentation fault.
Add task ABC
Add task DEF
Set schedule of ABC to today.
Set schedule of DEF to today. This should cause a segmentation fault as the access after the i-- should point to an illegal address in this case. Bug raised in issue meskio#10
It doesn't happen if you schedule task 1 for day X, task 2 for another day and then task 3 for day X again, but otherwise it seems to always happen, whether the date is past, present or future.
The text was updated successfully, but these errors were encountered: