New issue
Advanced search Search tips

Issue 741532 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Feature



Sign in to add a comment

Use poll() instead of select() in InotifyReaderCallback to avoid the 1024 handle limit

Reported by danger...@gmail.com, Jul 12 2017

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

Steps to reproduce the problem:
In file_path_watcher_linux.cc it is using select() inside InotifyReaderCallback which is failing if there are already 1024 file handles open. Ideally it would use poll() instead to avoid this problem

What is the expected behavior?

What went wrong?

Did this work before? N/A 

Chrome version: 58.0.3029.110  Channel: n/a
OS Version: 
Flash Version: Shockwave Flash 26.0 r0
 
Components: Internals
Labels: M-61
Status: Untriaged (was: Unconfirmed)
This seems to be a feature request. Hence, marking it as untriaged to get more inputs from the dev team.

Thanks!

Sign in to add a comment