fdcavalcanti commented on PR #18408: URL: https://github.com/apache/nuttx/pull/18408#issuecomment-3985024879
@linguini1 great job! I noticed issues so far only on ESP32, but will keep testing: On `esp32-devkitc` the following configs are failing on startup when `DEBUG_ASSERTIONS` are enabled: - ble, mcuboot_update_agent, psram, smp, spiflash, wifi_smp - This probably fails on other ESP32 boards. ``` 2026-03-02 13:43:06 [CPU1] dump_assert_info: Current Version: NuttX 12.12.0 0c904fec99e5 Mar 2 2026 13:40:32 xtensa 2026-03-02 13:43:06 [CPU1] dump_assert_info: Assertion failed idx < 3: at file: mm_heap/mm_initialize.c:117 task(CPU1): ``` The thing in common on those configs is that they all use SMP. Seems the fix is to increase +1 to CONFIG_MM_REGIONS on the configs that have SMP, but I fail to see the reason right now. -- 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]
