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/07/29 17:50:19 UTC

[GitHub] [incubator-nuttx-apps] PeterBee97 opened a new pull request #348: testing/cxxtest: increase STACKSIZE to avoid crash

PeterBee97 opened a new pull request #348:
URL: https://github.com/apache/incubator-nuttx-apps/pull/348


   The previous version of cxxtest uses a fixed value(4096) for STACKSIZE,
   insufficient when no optimization options are set(CONFIG_DEBUG_NOOPT).
   This patch increased the STACKSIZE to CONFIG_DEFAULT_TASK_STACKSIZE for
   stability and consistency.
   
   Change-Id: I45a4806d2cda1583f60a5cf24b98b8df58f377d0
   Signed-off-by: Peter Bee <bi...@xiaomi.com>
   
   ## Summary
   
   ## Impact
   Resolved a crash on sim.
   ## Testing
   
   


----------------------------------------------------------------
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-apps] Ouss4 merged pull request #348: testing/cxxtest: increase STACKSIZE to avoid crash

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #348:
URL: https://github.com/apache/incubator-nuttx-apps/pull/348


   


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