Author Topic: Big find hang  (Read 2100 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Big find hang
« on: July 31, 2018, 04:45:02 PM »
Playing around with ListAllOccurances and ListFilenamesOnly.

I accidentally searched for "," in all buffers.
Slick hung - non responsive and doesn't seem to be interruptible.
....

It finally finished with: Total found: 1771524

1: It took way to long to count to less than 2 million. (Granted, I had a bunch of buffers, and one buffer is 280mb - but I've got 16GB ram)
2: Why did it count all occurences when  "List filenames only" was set?
3: When searching with lookin set to "<All Buffers>", this isn't reflected in the first line of the search results window.


Find all in "All buffers", shows:
Code: [Select]
Find all ",", List filenames only
...
...
...
Total found: 1771524

Find all in a set of files shows:
Code: [Select]
Find all ",", Subfolders, List filenames only, "C:\bin\*.bat", "*", Exclude: "*.html;......o"
...
...
...
Total files found: 50  (0.472 seconds)

« Last Edit: July 31, 2018, 04:56:57 PM by jporkkahtc »