fdcavalcanti commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3160724469
Getting some errors still. One example from `esp32s3-devkit:wifi`: ``` 2025-08-06 15:49:21 total segments stored 6 2025-08-06 15:49:21 AB[CPU0] dump_assert_info: Current Version: NuttX 10.4.0 c373b5e63a Aug 6 2025 13:01:43 xtensa 2025-08-06 15:49:21 [CPU0] dump_assert_info: Assertion failed (1 << cpu) & tcb->affinity: at file: chip/esp32s3_spiflash.c:942 task(CPU0): D process: Kernel 0x40379224 2025-08-06 15:49:21 [CPU0] up_dump_register: PC: 420394a1 PS: 00060a22 2025-08-06 15:49:21 [CPU0] up_dump_register: A0: 80379c04 A1: 3fcae340 A2: 00000000 A3: 3fc9b6f0 2025-08-06 15:49:21 [CPU0] up_dump_register: A4: 00000000 A5: 3fcae0b0 A6: 00000000 A7: 3fc9a4c8 2025-08-06 15:49:21 [CPU0] up_dump_register: A8: 00000000 A9: 00060a22 A10: 00000000 A11: 00000000 2025-08-06 15:49:21 [CPU0] up_dump_register: A12: 3fc92798 A13: 3fc91938 A14: 3fc9a4c8 A15: 3fcae0e0 2025-08-06 15:49:21 [CPU0] up_dump_register: SAR: 0000001f CAUSE: 00706f5f VADDR: 66337830 2025-08-06 15:49:21 [CPU0] up_dump_register: LBEG: 00000000 LEND: 00000000 LCNT: 00000000 2025-08-06 15:49:21 [CPU0] dump_stacks: ERROR: Stack pointer 3fcae340is not within the stack 2025-08-06 15:49:21 [CPU0] dump_stackinfo: IRQ Stack: 2025-08-06 15:49:21 [CPU0] dump_stackinfo: base: 0x40000100 2025-08-06 15:49:21 [CPU0] dump_stackinfo: size: 00002048 ``` And one from `esp32-devkitc:wifi_smp`: ``` 2025-08-06 15:43:02 total segments stored 7 2025-08-06 15:43:02 A[ 0.000000] [CPU0] __esp32_start: ESP32 chip revision is v3.0 2025-08-06 15:43:02 B[ 0.010000] [CPU0] dump_assert_info: Current Version: NuttX 10.4.0 c373b5e63a Aug 6 2025 13:04:50 xtensa 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_assert_info: Assertion failed (1 << cpu) & tcb->affinity: at file: chip/esp32_spiflash.c:2473 task(CPU0): ??jA?0742??$pA? process: Kernel 0x40099090 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: PC: 40099bed PS: 00060622 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: A0: 8009a161 A1: 3ffafdd0 A2: 00000000 A3: 3ffbade0 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: A4: 00000000 A5: 3ffafb40 A6: 00000000 A7: 3ffb97ec 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: A8: 00000000 A9: 00060622 A10: 00000000 A11: 00000000 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: A12: 3ffb17ac A13: 3ffb0a38 A14: 3ffb97ec A15: 3ffafb70 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: SAR: 0000001f CAUSE: deadbeef VADDR: deadbeef 2025-08-06 15:43:02 [ 0.010000] [CPU0] up_dump_register: LBEG: 00000000 LEND: 00000000 LCNT: 00000000 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stacks: ERROR: Stack pointer 3ffafdd0is not within the stack 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stackinfo: IRQ Stack: 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stackinfo: base: 0x3ffb856c 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stackinfo: size: 00002048 2025-08-06 15:43:02 [ 0.010000] [CPU0] stack_dump: 0x3ffb8d44: 00018002 deadbeef deadbeef deadbeef deadbeef deadbeef deadbeef 00000000 2025-08-06 15:43:02 [ 0.010000] [CPU0] stack_dump: 0x3ffb8d64: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stacks: ERROR: Stack pointer 0 is not within the stack 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stackinfo: User Stack: 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stackinfo: base: 0x31 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_stackinfo: size: 00000008 2025-08-06 15:43:02 [ 0.010000] [CPU0] stack_dump: 0x39: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 2025-08-06 15:43:02 [ 0.010000] [CPU0] dump_fatal_info: Dump CPU1: PAUSED ``` QEMU tests are looking ok now, but still, lots of crashes on different defconfigs (altough seems like it happens on the same place). And that's just on Espressif devices. Maybe someone is testing on different archs? -- 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