New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 861679 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 10
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

FileWatcher isn't removed when file is renamed.

Project Member Reported by lucmult@chromium.org, Jul 9

Issue description

While debugging  crbug.com/860647  (test KeyboardOperations..renameNewFolderDownloads flaky), I noticed the following WARN message and on further debug it seems to always happen on

[31579:31579:0709/161614.956261:WARNING:event_router.cc(443)] Not all file watchers are removed. This can happen when the Files app is open
during shutdown.
[31579:31579:0709/161614.956322:INFO:event_router.cc(447)] Existing file watchers: /tmp/.org.chromium.Chromium.O1LX0k/dno7CeE/user/Downloads
/foo

 
Status: WontFix (was: Untriaged)
On discussion with noel@ this log is inoffensive:

1. This is during Files app shutdown.
2. event_router.cc clears up the watchers map accordingly.

So closing as WontFix.

Sign in to add a comment