Open aguaviva opened 2 years ago
I got similar results with 4.2.2
/home/raul/github/esp-idf/components/soc/include/soc/compare_set.h:28 /home/raul/github/esp-idf/components/heap/multi_heap.c:382 /home/raul/github/esp-idf/components/heap/heap_caps.c:145 /home/raul/github/esp-idf/components/heap/heap_caps.c:395 /home/raul/github/esp-idf/components/esp32-camera/driver/cam_hal.c:254 /home/raul/github/esp-idf/components/esp32-camera/driver/esp_camera.c:251 modcamera.c:? modcamera.c:? /home/raul/github/micropython/py/objfun.c:126 /home/raul/github/micropython/py/runtime.c:664 /home/raul/github/micropython/py/runtime.c:680 /home/raul/github/micropython/py/vm.c:1008 /home/raul/github/micropython/py/objfun.c:289 /home/raul/github/micropython/py/runtime.c:664 /home/raul/github/micropython/py/runtime.c:638 /home/raul/github/micropython/shared/runtime/pyexec.c:116 /home/raul/github/micropython/shared/runtime/pyexec.c:662 /home/raul/github/micropython/ports/esp32/build-ESP32_CAM/../main.c:170
i have the problem too. sdkconfig: CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y CONFIG_ESP32_REV_MIN_0=y
CONFIG_ESP32_REV_MIN=0 CONFIG_ESP32_DPORT_WORKAROUND=y
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240 CONFIG_ESP32_SPIRAM_SUPPORT=y
#
# CONFIG_SPIRAM_TYPE_AUTO=y
CONFIG_SPIRAM_SIZE=-1
CONFIG_SPIRAM_SPEED_80M=y CONFIG_SPIRAM=y CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_USE_MALLOC=y CONFIG_SPIRAM_MEMTEST=y CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=16384
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768
CONFIG_SPIRAM_CACHE_WORKAROUND=y
Got the crash below using:
The crash was in cam_hal.c
here is the stack trace:
Any idea what could be wrong?