Skip to content
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

Searching in folder with many files freezes/crashes browser tab #13442

Closed
LukasReschke opened this issue Jan 18, 2015 · 3 comments
Closed

Searching in folder with many files freezes/crashes browser tab #13442

LukasReschke opened this issue Jan 18, 2015 · 3 comments

Comments

@LukasReschke
Copy link
Member

On current master with Chrome on OS X when searching in the root folder with about 100k files called foo with a numerical suffix when searching for "test" the browser tab gets unresponsive and in my case it even got completely white (thankfully Chrome runs all tabs sandboxed so not my whole browser crashed):

screen shot 2015-01-18 at 18 01 53

@LukasReschke LukasReschke changed the title Searching in folder with many files freezes browser tab Searching in folder with many files freezes/crashes browser tab Jan 18, 2015
@LukasReschke
Copy link
Member Author

That is caused by the search JS scripts which is allocating memory without end and requiring 100% CPU.

screen shot 2015-01-18 at 18 04 22

@butonic FYI

@DeepDiver1975 DeepDiver1975 modified the milestones: 8.0-current, 8.1-next Jan 19, 2015
@DeepDiver1975 DeepDiver1975 modified the milestones: 8.2-next, 8.1-current Apr 30, 2015
@ghost ghost modified the milestones: 9.0-next, 8.2-current Sep 21, 2015
@ghost ghost modified the milestones: 9.1-next, 9.0-current Feb 23, 2016
@ghost ghost added the old-inactive label Feb 23, 2016
@PVince81 PVince81 modified the milestones: 9.2, 9.1 Jul 6, 2016
@PVince81
Copy link
Contributor

PVince81 commented Jul 6, 2016

Needs search + pagination: #25373

@PVince81 PVince81 closed this as completed Jul 6, 2016
@lock
Copy link

lock bot commented Aug 4, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants