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

Issue 826221 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Concurrent access to files related to chrome://webrtc-logs

Project Member Reported by eladalon@chromium.org, Mar 27 2018

Issue description

ChromeBrowsingDataRemoverDelegate::RemoveEmbedderData() posts a task to modify the WebRTC textual log files. This is done to an arbitrary task queue (with a set of traits). That task queue is not guaranteed to be the same as that which writes to those files. Concurrent access can therefore occur.
 
Owner: grunell@chromium.org
Sorry, I don't foresee me having the time to fix this.

Sign in to add a comment