masayuki2009 commented on PR #8489: URL: https://github.com/apache/nuttx/pull/8489#issuecomment-1425153858
@GUIDINGLI I tried this PR with sim:smp (CONFIG_SMP_NCPUS=1) on ubuntu 18.04 x86_64. However, the deadlock still happens. ``` --- a/boards/sim/sim/sim/configs/smp/defconfig +++ b/boards/sim/sim/sim/configs/smp/defconfig @@ -27,6 +27,7 @@ CONFIG_READLINE_CMD_HISTORY=y CONFIG_SCHED_HAVE_PARENT=y CONFIG_SIM_WALLTIME_SIGNAL=y CONFIG_SMP=y +CONFIG_SMP_NCPUS=1 CONFIG_STACK_COLORATION=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_SYSTEM=y ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org