I am having some issues trying to debug what appear to be some very strange behaviors. For example, we have:
static const char* LOG_FORMAT = "0x%02x,%.5f,";
and the pointer changes for no obvious reason. Sometimes to garbage, sometimes to other…