xiaoxiang781216 commented on code in PR #17534: URL: https://github.com/apache/nuttx/pull/17534#discussion_r2633892598
########## libs/libc/misc/lib_backtrace.c: ########## @@ -134,6 +134,7 @@ static void backtrace_init(void) size_t i; sq_init(&bp->freelist); + bp->lock = SP_UNLOCKED; Review Comment: call spin_lock_init -- 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]
