Find Issue: "regular expression exceeded predefined bounds" (not even using regex)
Posted: Sun Dec 29, 2024 2:58 pm
I'm having an issue with Find. I think there is a bug. I'm trying to search a relatively large file (8 MB). Nothing fancy, just columns of numbers.
I'm just trying to do a search for a literal string of digits, but it always fails even though the number exists. I get two dialog boxes. One says the regular expression is too complex (I'm not even using regex), and the 2nd says the literal string isn't found. The data is sorted, so I can easily search manually and find the number.
I am using version 8.20.2.
If anyone cares, I'm trying to search IMDb's "title.episode.tsv" dataset file.
DrX
Edit: I just tried version 9.6.1 and I have the same issue.
Edit 2: sorry, I misread the status line (was looking at the # of lines). The actual file size is: 227,944,723 bytes.
Edit 3: added dialog boxes and grep grep search:
grep -n tt3317822 title.episode.tsv
6163322:tt3317822 tt0780429 \N \N
Edit 4: Find dialog:
I'm just trying to do a search for a literal string of digits, but it always fails even though the number exists. I get two dialog boxes. One says the regular expression is too complex (I'm not even using regex), and the 2nd says the literal string isn't found. The data is sorted, so I can easily search manually and find the number.
I am using version 8.20.2.
If anyone cares, I'm trying to search IMDb's "title.episode.tsv" dataset file.
DrX
Edit: I just tried version 9.6.1 and I have the same issue.
Edit 2: sorry, I misread the status line (was looking at the # of lines). The actual file size is: 227,944,723 bytes.
Edit 3: added dialog boxes and grep grep search:
grep -n tt3317822 title.episode.tsv
6163322:tt3317822 tt0780429 \N \N
Edit 4: Find dialog: