I've got an app that is producing this error message:
Followed by a bunch of other stuff.assertion "next > (intptr_t)block" failed: file "C:/esp-idf-release-v3.2/components/heap/multi_heap.c", line 124, function: get_next_block
abort() was called at PC 0x400db10f on core 0
0x400db10f: __assert_func at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././new
lib/libc/stdlib/assert.c:63 (discriminator 8)
Does this mean that I'm running out of heap? If so, what are my options?
Thanks...