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
Describe the bug
The "root" or initial task is technically not an OSAL task and does not have an OSAL ID. If OSAL OS_GetTaskId() is called, it should return OS_OBJECT_ID_UNDEFINED. However on RTEMS it returns a nonzero value which is not a valid task ID.
To Reproduce
Run unit tests on RTEMS
Expected behavior
OS_GetTaskId() should return OS_OBJECT_ID_INVALID if the "rtems classic name" is not actually an OSAL task ID.
System observed on:
RTEMS 4.11.3
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
The "root" or initial task is technically not an OSAL task and does not have an OSAL ID. If OSAL OS_GetTaskId() is called, it should return OS_OBJECT_ID_UNDEFINED. However on RTEMS it returns a nonzero value which is not a valid task ID.
To Reproduce
Run unit tests on RTEMS
Expected behavior
OS_GetTaskId() should return OS_OBJECT_ID_INVALID if the "rtems classic name" is not actually an OSAL task ID.
System observed on:
RTEMS 4.11.3
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: