ankohuu commented on issue #18803: URL: https://github.com/apache/nuttx/issues/18803#issuecomment-4397126592
<img width="879" height="524" alt="Image" src="https://github.com/user-attachments/assets/aedca3d8-1280-4c31-8723-d777c718515e" /> I tried to reproduce this locally on my DNESP32S3 board with 16MB flash, but I have not been able to reproduce the failure so far. I ran the test multiple times and all runs passed: ``` Final memory usage: VARIABLE BEFORE AFTER DELTA ======== ======== ======== ======== arena 5c9bc 5c9bc 0 ordblks 2 2 0 mxordblk 54028 54028 0 uordblks 85b4 85b4 0 fordblks 54408 54408 0 File system tests done... OK: 4, FAILED: 0 ``` <details> <summary>make host_info</summary> Host system OS: Ubuntu 24.04.4 LTS Linux ankohuu-pb16250 6.17.0-1017-oem #17-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 27 13:48:03 UTC 2026 x86_64 x86_64 Toolchain version: clang: Not found gcc: gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0 xtensa-esp32-elf-gcc: xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 xtensa-esp32s2-elf-gcc: xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 xtensa-esp32s3-elf-gcc: xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 riscv-none-elf-gcc: Not found riscv32-esp-elf-gcc: Not found riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (13.2.0-11ubuntu1+12) 13.2.0 </details> BTW, should the label be `Arch: xtensa` instead? -- 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]
