-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Checklist (Please check before submitting)
- I reviewed the Contributing Guide.
- 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.
Code snips
1980-012-14:03:20.57933 CFE_TBL_Register: 1st Buf Alloc GetPool fail Stat=0xC4000008 MemPoolHndl=0x00140002
System observed on:
- Hardware
- OS: Linux Ubuntu 24
- Versions Draco-rc4
Additional context
I may open an issue in CFE_ES, once its not quite just a SC bug. Also, using cFS 6.5 it was pretty ok to use 512 RTS tables with 3000 words, the difference was that no MemPoolGeneric existed to manage the tables register.
Reporter Info
Igor Luppi