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


   
   ## Summary
   
   Root casue:
   when do thread exit, need add free stack operation to mm_delaylist,
   but in SMP mode, CPU0 thread1 exit, at this time, CPU1 call malloc
   and free mm_delaylist.
   
   Fix:
   Divide mm_delaylist for per CPU in SMP mode.
   
   Change-Id: Ibf7d04614ea2f99fb5b506356b7346a0d94f0590
   Signed-off-by: ligd <liguidi...@xiaomi.com>
   
   
   ## Impact
   
   ## 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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

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


Reply via email to