[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[coco8] BUG: Terminated due to memory issue

Severity: High
Reproducible: Yes, easy
Symptom: App crash due to memory full. It is observed that while compiling (parsing source code). The VM stop collecting garbage.
Notes: It appeared as crash(fast exit) that happen compiling s8 code in the device, after iOS version 9.x. It do not happened in old versions with same s8 image file.
Debugger LogIt shows high memory consumption while compiling a few methods; and after the crash, the debugger show only one line
Message from debugger: Terminated due to memory issue

Actions to reproduce

Evaluate in a workspace page the expression "Point recompile" to force recompilation of a simple class in the system.
The operation do not include access to native features.

References


How to solve/avoid the bug?