Another possibility is to try to sanitize the data. If you're using the C
locale, for example, replace all characters in the set A-Za-z0-9_ (other than
that crucial "Migrate") with 'A', replace all other non-space characters with
'.', etc. If you're using UTF-8, make sure any replacements do not change the
number of bytes in the character. If you can reproduce the problem with the
sanitized data, compress it and email it as an attachment.
- bug#25027: Grep 2.25 misses lines in semi-large file Mattias Jiderhamn
- bug#25027: Grep 2.25 misses lines in semi-large fil... Jim Meyering
- bug#25027: Grep 2.25 misses lines in semi-large... Paul Eggert