Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
QSR 2.1
-
None
-
0a6881650 (dev), 115681e57 (tqtc/lts-6.5), 1632f0778 (tqtc/lts-6.5.4)
Description
When running the telltales application in the device (Linux), EventHandlerException::FailedToSetTimer exception is thrown.
The root cause is that setTimer is called before its creation with timer_create(). This leads to "invalid argument" error due to uninitialized timer_t identifier.