mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 19:38:39 +08:00
f9647b4e2f
Summary:
_assert
|
->dump_fatal_info
|
->dump_tasks
|
->dump_filelist
|
->files_dumplist
|
->lib_get_pathbuffer
|
->nxmutex_lock <-- hold mutex on assert will trigger an nested exception
Signed-off-by: chenrun1 <chenrun1@xiaomi.com>