GUIDINGLI opened a new pull request #2961:
URL: https://github.com/apache/incubator-nuttx/pull/2961


   
   ## Summary
   syslog_rpmsg: fix system crash when open CONFIG_SCHED_HAVE_PARENT
   
   ## Impact
   Reason:
   
   nx_start use syslog at every early time event the idle thread not
   full setup, then syslog_rpmsg -> work_queue -> work_signal ->
   nxsig_kill -> rtcb is NULL -> crash
   
   Fix:
   sched work_queue after is_rpmsg_ept_ready() is true
   ## Testing
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to