keever50 commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2839646398
@avgoor There have been recent stack overflow issues (not the website). Probably because NuttX is growing. If you have issues, please enable KASAN (MM_KASAN) and stack canaries in Kconfig. If KASAN throws panics right away, there is a stack overflow, somewhere. It also shows where and how much. run "ps" to see the stack usage levels per thread.  As you can see, it is extremely high. Way too high. Try to increase this and see if you get the same issues as before. -- 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