Skip to content

MS Windows 32bit binary does not work properly for files bigger than 4 gigabyte #1911

@datatraveller1

Description

@datatraveller1

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

no output

What is the expected behavior?

The last line of bigfile.txt containing "string_in_last_line_of_big_file" should be printed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions