technoblogy / ulisp-esp

A version of the Lisp programming language for ESP32-based boards.
MIT License
110 stars 37 forks source link

Release 4.6b gives 'assert failed' when using both PSRAM and SD card #84

Closed technoblogy closed 2 months ago

technoblogy commented 2 months ago

If you run Release 4.6b with SD card enabled, and PSRAM in use, the first access to the SD card, eg with (directory), gives:

assert failed: remove_free_block heap_tlsf.c:206 (next && "next_free field can not be null")