crafcat7 commented on PR #14752: URL: https://github.com/apache/nuttx/pull/14752#issuecomment-2477841084
> > @crafcat7 another question: > > ``` > > _assert > > | > > ->dump_fatal_info > > | > > ->dump_tasks > > | > > ->dump_filelist > > | > > ->files_dumplist > > | > > ->lib_get_pathbuffer > > | > > ->nxmutex_lock <-- hold mutex on assert will trigger an nested exception > > ``` > > Can we solve this problem by changing to spinlock instead of mutex? I submitted a fix for this issue at https://github.com/apache/nuttx/pull/14799 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
