tmedicci commented on PR #11842:
URL: https://github.com/apache/nuttx/pull/11842#issuecomment-1980756971

   > @anchao thank you for verifying! @tmedicci please try to verify before and 
after this patch, maybe it could be caused by some other commit.
   
   I found this issue through bisect and this was the specific commit that 
triggered the exception, but what @anchao said makes sense: it does not seem to 
increase the stack usage (I'm sorry for stating that before). The point is 
(I've said earlier) that we already had occasional exceptions and increased the 
`nsh` stack size on ESP32-S2, ESP32-S3, and even on some of the ESP32 boards. 
Building it with `CONFIG_STACK_COLORATION` shows a stack usage of 100% (or very 
close to that), before and after the commit. Probably, this commit just 
triggered the issue because memory nearby wasn't being used and the stack 
overflow did not trigger the exception, which is not true anymore. The init 
task's stack size still needs to be increased...


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to