Do you think you could come up with a very minimal section of code that exhibits the problem and I can look into a fix?
It's possible that we don't check if it's been possible to allocate an array, and if allocation fails we still try and use it which would cause problems
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.
Do you think you could come up with a very minimal section of code that exhibits the problem and I can look into a fix?
It's possible that we don't check if it's been possible to allocate an array, and if allocation fails we still try and use it which would cause problems