You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pussuw (via GitHub)" <gi...@apache.org> on 2023/01/26 11:27:57 UTC

[GitHub] [nuttx] pussuw opened a new pull request, #8245: Revert stack dealloc

pussuw opened a new pull request, #8245:
URL: https://github.com/apache/nuttx/pull/8245

   ## Summary
   Reverts two commits. The real problem here is that the address environment is destroyed too soon when a process is exiting. See https://github.com/apache/nuttx/pull/7966 for more information about that.
   
   The reverted change also causes increased memory consumption as stacks for pthreads are never freed when the process is running.
   ## Impact
   CONFIG_BUILD_KERNEL=y only
   ## Testing
   icicle:knsh
   


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8245: sched/sched_releasetcb: Revert 2 changes related to stack deallocation

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8245:
URL: https://github.com/apache/nuttx/pull/8245


-- 
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-unsubscribe@nuttx.apache.org

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