We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a memory leak issue, you can run through my code at: https://github.com/Grimtin10/SandLab What it does when you place acid (type 9) is freeze, then the memory usage SKYROCKETS to a gigabyte.
Answers
Type 9, you say? Where specifically in you code is there a reference to type nine?
You'll have much better luck if you post a MCVE instead of your full sketch.
I actually saw a debug.log file, in it it says: [1215/104525.179:ERROR:process_info.cc(632)] range at 0x7c452f3600000000, size 0x152 fully unreadable [1215/104525.197:ERROR:process_info.cc(632)] range at 0x7c452f9800000000, size 0x152 fully unreadable [1215/104525.199:ERROR:process_info.cc(632)] range at 0x0, size 0x152 fully unreadable
What does that mean? :-?