Threadx modules kernel stack memory leakage #400
Labels
backlog
The issue or feature request has been added to the project backlog for prioritization
bug
Something isn't working
good first issue
Good for newcomers
hardware
New hardware or architecture support request
Describe the bug
tx_thread_module_kernel_stack_start is allocated at _txm_module_manager_thread_create from the object pool, but is not released at thread delete function (it is deleted upon module stop when all objects of the module are deleted)
To Reproduce
Run from module:
Expected behavior
tx_thread_module_kernel_stack_start should be released upon thread delete.
Impact
Can leak object pool out of memory, which cause no more option to create OS objects from module
Logs and console output
Additional context
The text was updated successfully, but these errors were encountered: