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
While debugging another issue at Westermo, we found that the (*,G) cache timer stops or, as in our case, never even runs once.
Turns out to be caused by an invalid (negative) tv_nsec value to timer_settime().
The text was updated successfully, but these errors were encountered:
While debugging another issue at Westermo, we found that the (*,G) cache timer stops or, as in our case, never even runs once.
Turns out to be caused by an invalid (negative)
tv_nsec
value totimer_settime()
.The text was updated successfully, but these errors were encountered: