Ouss4 opened a new pull request, #6372:
URL: https://github.com/apache/incubator-nuttx/pull/6372

   ## Summary
   We might have a situation where an allocation will be requested before the 
call to `up_initialize` is performed. 
   For the current code, this situation is the stack for the CPUs in SMP mode.  
When the internal heap is enabled, the stack will be allocated from there, 
however the SMP bring up is before `up_initialize` and this will cause a crash.
   
   Beside this issue, it's natural to have the internal heap initialized with 
the other heaps.
   
   ## Impact
   Xtensa chips
   ## Testing
   ESP32
   


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