-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False mismatch for most of the file #1188
Comments
Can you should the output with the My guess is that your log file contains binary data (a |
@BurntSushi You are right, completely bizzarely, our Java app produced log messages that contained NUL characters. I'm not even sure how that's technically possible, because all log messages should be |
All righty. I'm going to call this a duplicate of #306 then. See my comment in that issue for a deeper explanation of the issue. Thanks for the report! |
What version of ripgrep are you using?
with
cargo install ripgrip
:with github release binary:
How did you install ripgrep?
cargo install ripgrep
What operating system are you using ripgrep on?
Windows 10 Enterprise
Version: 1709
OS Build: 16299.904
Describe your question, feature request, or bug.
rg
exits before matching all there is or, alternatively, thinks those matches failed. I'm running:The input file size is 7735mb, the output file is 1229mb.
When I'm running:
The output file is 5948mb.
When I look into
rg
's result it just looks likefile.log
got abandoned somewhere along the way andrg
just quit without completing the job. No error messages.If this is a bug, what are the steps to reproduce the behavior?
See above, reproduces every time.
If this is a bug, what is the actual behavior?
If this is a bug, what is the expected behavior?
To match all the input.
The text was updated successfully, but these errors were encountered: