You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash when gpio:stop/0 or gpio:close/1 are used on ESP32
Fixes a hard vm crash when either `gpio:stop/0` or `gpio:close/1` are used on
ESP32 platform, which emits the following error before dumping a stacktrace
(ESP-IDF native, not an erlang stacktrace) in `idf.py monitor`:
assert failed: tlsf_free tlsf.c:1119 (!block_is_free(block) && "block already marked as free")
closes#816
Signed-off-by: Winford <[email protected]>
0 commit comments