Mos: core dump aborted

  1. My goal is: to be able to dump core to analyze issues
  2. My actions are: tried both mos build and local with docker
  3. The result I see is: upon exception i get core dump aborted
  4. My expectation & question is: i’d like the core dumped

Running MOS on ESP32, and I can’t for the life of me figure out why it won’t dump the core.

The core dump section in sdkconfig appears to suggest it should dump the core.

Core dump

CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set

CONFIG_ESP_COREDUMP_ENABLE_TO_UART=y

CONFIG_ESP_COREDUMP_ENABLE_TO_NONE is not set

CONFIG_ESP_COREDUMP_DATA_FORMAT_BIN is not set

CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y

CONFIG_ESP_COREDUMP_CHECKSUM_SHA256 is not set

CONFIG_ESP_COREDUMP_ENABLE=y
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64
CONFIG_ESP_COREDUMP_UART_DELAY=0
CONFIG_ESP_COREDUMP_DECODE_INFO=y

CONFIG_ESP_COREDUMP_DECODE_DISABLE is not set

CONFIG_ESP_COREDUMP_DECODE=“info”

end of Core dump

If any one has any suggestion I’d very much appreciate.

Regards,
Paul.

LMGTFY