What version of ripgrep are you using?
ripgrep 13.0.0 (rev af6b6c5)
-SIMD -AVX (compiled)
How did you install ripgrep?
I use the MS Windows binary rg.exe from ripgrep-13.0.0-i686-pc-windows-msvc.zip
What operating system are you using ripgrep on?
MS Windows 10 32bit
Describe your bug.
For files bigger than 4 gigabyte result lines are missing.
Only result lines from the upper part of the file or no lines are printed.
What are the steps to reproduce the behavior?
Search e.g. in a 5 gigabyte file for content of the last line.
What is the actual behavior?
rg "string_in_last_line_of_big_file" bigfile.txt
What is the expected behavior?
The last line of bigfile.txt containing "string_in_last_line_of_big_file" should be printed.