mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 03:13:56 +08:00
f5021021ae
when the thread to backtrace is exiting, get_tcb and up_backtrace in different critical section may cause try to dump invalid pointer, have to ensure the nxsched_get_tcb and up_backtrace inside same critical section procedure. Signed-off-by: buxiasen <buxiasen@xiaomi.com>