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
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
CFE_TBL_Register fails to register new SC tables when a bigger number of tables are used.
This was not a problem before draco-rc4 I guess, because it was introduced in the MemPoolGeneric module.
To Reproduce
Steps to reproduce the behavior:
Set RTS Tables to 512
Change de RTS tables maximum words to 3000
Expected behavior
CFE_TBL shall have a fail stat (log below) and SC is killed.
Additional context
Using cFS 6.5 it was pretty ok to use 512 RTS tables with 3000 words in SC App to register the tables, the difference was that no MemPoolGeneric existed to manage the tables register.
Reporter Info
Igor Luppi
The text was updated successfully, but these errors were encountered:
Checklist (Please check before submitting)
Describe the bug
CFE_TBL_Register fails to register new SC tables when a bigger number of tables are used.
This was not a problem before draco-rc4 I guess, because it was introduced in the MemPoolGeneric module.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CFE_TBL shall have a fail stat (log below) and SC is killed.
Code snips
1980-012-14:03:20.57933 CFE_TBL_Register: 1st Buf Alloc GetPool fail Stat=0xC4000008 MemPoolHndl=0x00140002
System observed on:
Additional context
Using cFS 6.5 it was pretty ok to use 512 RTS tables with 3000 words in SC App to register the tables, the difference was that no MemPoolGeneric existed to manage the tables register.
Reporter Info
Igor Luppi
The text was updated successfully, but these errors were encountered: