pkarashchenko opened a new pull request, #1333: URL: https://github.com/apache/incubator-nuttx-apps/pull/1333
## Summary When application is compiled without optimisation the stack usage is higher. 1K stack of `adversary` task is getting overflowed and that leads to crash. Increase stack size to 2K for `adversary` task. ## Impact Improve stability of ostest ## Testing ostest passed when compiled with `CONFIG_DEBUG_FULLOPT=n` on stm32f4-discovery and same70-qmtech boards. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org