I've got this error message working on a micro plateform with fastled.h. and lot of pixels to control.
when I got this message, the first upldoad has worked but the next one was impossible!
beware because when you get this error and over a certain limit of free dynamic memory the bootloader is modified and definitively stop to work. the board is bricked for usb upload
I've tried several solutions but without success before to reflash the bootloader with Avr studio and a dragon ICSP programmer.
And I'm sure about the issue because I've do it 3 times.
So be aware! when you get this message if your micro board stop to upload, your bootloader is perhaps bricked.
Sketch uses 8,086 bytes (28%) of program storage space. Maximum is 28,672 bytes.
Global variables use 2,057 bytes (80%) of dynamic memory, leaving 503 bytes for local variables. Maximum is 2,560 bytes.
AWOL:
Obligatory sp."Low memory available, stability problems may occur == bricked board". Sheesh, some people.
if you are bored when someone report a bug.....
in that case don't make a "compile + upload" button for a code who brick the board!
the strange thing is dynamic memory is the sram. So why the bootloader in flash is corrupted?
we never got something like this with our own bootloader.