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 2020/11/11 02:13:25 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2001: Idle stack size is not checked.

xiaoxiang781216 commented on issue #2001:
URL: https://github.com/apache/incubator-nuttx/issues/2001#issuecomment-725083104


   No, you can't put g_idle_topstack to BSS section, since the startup code which zero out BSS section will corrupt your running(idle) stack.
   Yes, you can define the idle stack as a global arrary, but you must put it into a special section(e.g. .noinit) in link script.


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