Quote from: fred on October 10, 2013, 05:22:08 AMGood catch!
I found the cause, forgot the add a max buffer length, for a string that is less than 5 bytes long.
It caused a buffer to be assigned for an undefined amount, but only for a millisecond or so.
I'm not sure if the memory is assigned and processed by the system.
Then I suppose the memory request was just approved, but no more memory blocks were written, as there was no demand for it.