Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Issue 1695723004: Fix race condition with PendingSpawnQueue in ChildProcessLauncher (Closed)

Created:
4 years, 10 months ago by mnaganov (inactive)
Modified:
4 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, Jaekyun Seok (inactive)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix race condition with PendingSpawnQueue in ChildProcessLauncher As explained in crbug.com/585952#c7, lack of synchronization between updates of allocators' free slots and the pending queue can lead a race resulting in a pending spawn being stuck in the queue forewer. This issue has been revealed by WebView's testCreateLoadDestroyManyTimes in the sandboxed renderer mode. BUG=429657, 585952 Committed: https://crrev.com/7a7eeabbb31ccba00bb951a8f7708462b424f4e3 Cr-Commit-Position: refs/heads/master@{#376060}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -32 lines) Patch
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java View 1 chunk +0 lines, -5 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java View 8 chunks +36 lines, -27 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
mnaganov (inactive)
Hi Jaekyin, PTAL at the patch!
4 years, 10 months ago (2016-02-12 21:36:36 UTC) #2
Jaekyun Seok (inactive)
lgtm, but I'm working in the Clank team anymore. Alex, could you please take a ...
4 years, 10 months ago (2016-02-14 22:12:43 UTC) #4
mnaganov (inactive)
Alex is on vacation. David, would you be so kind to take a look?
4 years, 10 months ago (2016-02-17 17:25:15 UTC) #6
David Trainor- moved to gerrit
lgtm
4 years, 10 months ago (2016-02-17 21:57:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1695723004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1695723004/1
4 years, 10 months ago (2016-02-18 00:43:16 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-18 01:55:31 UTC) #10
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 01:56:34 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7a7eeabbb31ccba00bb951a8f7708462b424f4e3
Cr-Commit-Position: refs/heads/master@{#376060}

Powered by Google App Engine
This is Rietveld 408576698