FelipeMdeO commented on issue #16368: URL: https://github.com/apache/nuttx/issues/16368#issuecomment-5246516524
Hello @eren-terzioglu , @fdcavalcanti . I tried reproduce this error but I cant. ## Setup **Hardware (real board, not QEMU):** | | | |---|---| | Chip | ESP32-S3 (QFN56) revision v0.2, dual core + LP core, 240 MHz | | Module | embedded PSRAM 8 MB (AP_3v3), 16 MB flash, 40 MHz crystal | | Serial | CH343 USB-serial bridge, `/dev/ttyACM0` | **Host / tools:** | | | |---|---| | OS | Ubuntu 24.04.3 LTS, x86_64 | | Compiler | `xtensa-esp-elf-gcc` (crosstool-NG esp-14.2.0_20241119) 14.2.0 | | esptool | v5.3.0 (Python 3.12.3) | **Sources** (clean worktrees, nothing else applied): | tree | commit | |---|---| | nuttx | `e9e93c3b2c95247fef9597288f2dfcb411e43350` | | nuttx-apps | `413d2ddbc32abcde25ade549960809d6fcf4d7d3` | **Build / flash:** ``` ./tools/configure.sh esp32s3-devkit:smp make -j make flash ESPTOOL_PORT=/dev/ttyACM0 ESPTOOL_BAUD=921600 ``` ## Results | Build | Runs | Result | |---|---|---| | master `e9e93c3b2c` | 6 | all clean — `ostest_main: Exiting with status 0` | | master with `50d94863f2` reverted | 3 | all clean | | `b6f2729730` (the PR #16194 commit) | 5 | all clean | No assertion, no `EXCCAUSE`, no panic in any run. The two tests that fail in the reports — `sighand_test` and `signest_test` (nested signal handler) — completed normally every time. `50d94863f2` is *"arch/xtensa: Fix a race condition in xtensa_sig_deliver for SMP"* (Jukka Laitinen, merged after this issue was filed). It looked like the obvious candidate fix, so I reverted it and retested — the test still passes without it, so on my setup that commit is not what makes the difference. Can you check it again, please? + @cederom -- 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]
