stbenn opened a new issue, #15065: URL: https://github.com/apache/nuttx/issues/15065
### Description / Steps to reproduce the issue The simple Hello World example app is crashing when called from nsh on Coretex-M33 (armv8-m). It appears to be introduced in 2b22ee03. ## Steps to Reproduce This bug was found using the `nucleo-h563zi:nsh` configuration, and the most up to date apps commit (6600a5fd) 1. Checkout apps master (6600a5fd) and nuttx master (or 2b22ee03) 2. cd to nuttx directory 3. `make distclean` 4. `./tools/configure.sh -l nucleo-h563zi:nsh` 5. `make menuconfig` 6. Application Configuration -> Examples -> Enable "Hello, World!" example 7. Build and debug while monitoring the serial console. 8. In serial console, `nsh> hello` ### Log Files Earliest commit it occurs: [hello_crash_log_2b22ee03d6.txt](https://github.com/user-attachments/files/18024668/hello_crash_log_2b22ee03d6.txt) Current master branch: [hello_crash_log_75fc19d729.txt](https://github.com/user-attachments/files/18024671/hello_crash_log_75fc19d729.txt) ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Ubuntu 24.04 ### NuttX Version master ### Issue Architecture [Arch: arm] ### Issue Area [Area: Drivers], [Area: OS Components] ### Verification - [X] I have verified before submitting the report. -- 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]
