insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
215 stars 39 forks source link

Interrupted sleep has a ktimer leak #35

Closed danielinux closed 7 years ago

danielinux commented 8 years ago

to reproduce:

A useless stale ktimer is still present (pointing to sleepy_task_wakeup)

This is also due to the current timer implementation (binary heap) which does not have a delete routine.

danielinux commented 8 years ago

Depends on danielinux/ebhita#1