Just tried this here - same problem :( If you compile with the debug info in (normal compile without RELEASE=1) you get:
RELEASE=1
ASSERT() FAILED AT src/jsvar.c:1544 #2379[r2051,l1] Flags 2
Which seems to imply that the memory is getting corrupted.
I'll try some more tests of that extra memory...
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just tried this here - same problem :( If you compile with the debug info in (normal compile without
RELEASE=1
) you get:Which seems to imply that the memory is getting corrupted.
I'll try some more tests of that extra memory...