I've created a program that will parse the log file generated by an MFP (Multi-Functional Printer). The program works fine when I parse a log file with less than 2000 lines, but when it reached more than 2000 lines (I've tried the log files with 8000 and 22000 lines), the program hangs and not responding, but it still do the task before it hangs.
Can someone have any idea why my program can't manipulate log files with more than 2000 lines?