We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist (Please check before submitting)
Describe the bug HS idle task used to have a while loop (from 2.3.2 tag):
HS/fsw/src/hs_custom.c
Lines 60 to 84 in 192a10f
Now just runs once:
Lines 51 to 80 in c5ef5ac
To Reproduce Running cFS with HS reports hogging every time...
EVS Port1 66/1/HS 61: CPU Hogging Detected 1980-012-14:03:25.80827 HS App: CPU Hogging Detected
Expected behavior Task should run in a loop and realistic margin should be getting reported
System observed on:
Additional context None
Reporter Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Do we just want to add the while loop back in?
Sorry, something went wrong.
Fix nasa#21, Add idle task while loop back in
8c07324
5b2be7d
42b070d
CCB:2022-05-25 New PR introduced
Merge pull request #25 from skliper/fix21-idle_task_loop
85e942d
Fix #21, Add idle task while loop back in
Successfully merging a pull request may close this issue.
Checklist (Please check before submitting)
Describe the bug
HS idle task used to have a while loop (from 2.3.2 tag):
HS/fsw/src/hs_custom.c
Lines 60 to 84 in 192a10f
Now just runs once:
HS/fsw/src/hs_custom.c
Lines 51 to 80 in c5ef5ac
To Reproduce
Running cFS with HS reports hogging every time...
Expected behavior
Task should run in a loop and realistic margin should be getting reported
System observed on:
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: