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
During core service task create, CFE_ES_CreateObjects() calls CFE_ES_WriteToSysLog() while already holding the shared data lock in two places, resulting in a recursive lock / deadlock.
Describe the bug
During core service task create,
CFE_ES_CreateObjects()
callsCFE_ES_WriteToSysLog()
while already holding the shared data lock in two places, resulting in a recursive lock / deadlock.Expected behavior
It appears it should be calling
CFE_ES_SysLogWrite_Unsync()
instead.Code snips
The second location makes the issue pretty clear:
System observed on:
Reporter Info
Mike Stewart, Capella Space Corporation
The text was updated successfully, but these errors were encountered: