I have a program that takes measurements at approximately every 100 milliseconds. After about 4 hours though the program always crashes. I'm thinking this may have been due to the file size - every 100 ms two numbers are recorded to a .txt file. I'm beginning to think this is not the case because I've run another program that has been able to run for longer periods of time and develop larger file sizes. Does anyone have any idea why it may be crashing consistently and if there is any way around it? Thanks!