You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/30 03:55:34 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #3241: Bad stack size on task creation

patacongo commented on issue #3241:
URL: https://github.com/apache/incubator-nuttx/issues/3241#issuecomment-809886959


   Hmmm... this is probably not an issue for some architectures:  up_check_stack)_ and friends are only implemented only for ARM, AVR, OR1K, RISC-V, sim, xtensa.  For the others, the saved, valid stack size is wrong, but it really doesn't matter because it is not used for stack checking.
   
   RISC-V seems to implement a fix differently from that of ARM but AVR, OR1K, sim, and Xtensa could be an issue.
   
   
   


-- 
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:
users@infra.apache.org