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
FreeRTOS: fix SIGSEV on shutdown by checking if heapTrackingAlive (#197)
On shutdown some global variables are cleaned up. In our case it is the
`allocatedMemory` global variable.
Check if the heap tracking is still possible by logging the bool
variable `heapTrackingAlive` to `false` on destructor. Then we can
ignore heap tracking as the `allocatedMemory` map is already freed.
Co-authored-by: https://github.com/sofar
0 commit comments