Hello all This is a really strange problem. I have code that performs a few calculations based on input from a joystick, and writes these values to a file using basically the following code: fprintf(fpResults, "i: %4.2f, j: %4.2f", i, j ); This works correctly (literally) 99.9999% of the time. However, once every million or so writes I get the following ...