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/08/23 09:20:50 UTC

[GitHub] [incubator-nuttx] johannes-nivus opened a new issue #1631: Stack management: tcb->adj_stack_size should be without tls overhead

johannes-nivus opened a new issue #1631:
URL: https://github.com/apache/incubator-nuttx/issues/1631


   Since there are external tools (e.g. debugger with task/stack awareness) that use tcb->adj_stack_size for stack overflow checking by means of stack coloration, they continously report stack overflows because thy interpret tls as used stack.
   Also from a logical point of view: stack_size should be stack size.
   #1562 fixes this for arm architecture. This should be fixed for other architectures as well.
   
   


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



[GitHub] [incubator-nuttx] masayuki2009 closed issue #1631: Stack management: tcb->adj_stack_size should be without tls overhead

Posted by GitBox <gi...@apache.org>.
masayuki2009 closed issue #1631:
URL: https://github.com/apache/incubator-nuttx/issues/1631


   


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