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

Issue 2030883003: Revert of Delay leak reporting until worker in-process proxies have been finalized. (Closed)

Created:
4 years, 6 months ago by vabr (Chromium)
Modified:
4 years, 6 months ago
CC:
chromium-reviews, falken, kinuko+worker_chromium.org, blink-reviews, horo+watch_chromium.org, kinuko+watch, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Delay leak reporting until worker in-process proxies have been finalized. (patchset #4 id:60001 of https://codereview.chromium.org/2026993004/ ) Reason for revert: Speculative revert, seems to have broken some content_browsertests. See the bug: BUG=616714 Original issue's description: > Delay leak reporting until worker in-process proxies have been finalized. > > If a document creates a number of workers, terminating these and having > their destruction ripple all the way back to the in-process proxy objects > isn't immediate. But something that needs to complete before the leak > detector can initiate reporting -- an in-process proxy object maintains a > strong reference to the document, and would generate a leak if not > destructed and its garbage having been collected afterwards. > > Address the reliability of multi worker shutdown by maintaining a > counter of how many in-process proxy objects are still alive and run > GCs until it drops to zero. Do that at most two times around. > > For documents not creating any workers, monitoring this proxy count > avoids having to perform a third GC, something that was conservatively > done before to address worker shutdown (but not reliably.) > > R=haraken,kouhei > BUG=589802 > > Committed: https://crrev.com/19895c52589f189d6fdc563759c9872af2cbf86c > Cr-Commit-Position: refs/heads/master@{#397333} TBR=haraken@chromium.org,kouhei@chromium.org,sigbjornf@opera.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=589802 Committed: https://crrev.com/16130e2f74c3ccd998d782b16836caf3a7e96f95 Cr-Commit-Position: refs/heads/master@{#397355}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -30 lines) Patch
M third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp View 3 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/WebLeakDetector.cpp View 4 chunks +10 lines, -17 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
vabr (Chromium)
Created Revert of Delay leak reporting until worker in-process proxies have been finalized.
4 years, 6 months ago (2016-06-02 10:19:15 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2030883003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2030883003/1
4 years, 6 months ago (2016-06-02 10:19:38 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-02 10:20:12 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/16130e2f74c3ccd998d782b16836caf3a7e96f95 Cr-Commit-Position: refs/heads/master@{#397355}
4 years, 6 months ago (2016-06-02 10:21:20 UTC) #7
sof
lgtm, thanks for the revert. Unexpected that these unit tests should require an extra GC.
4 years, 6 months ago (2016-06-02 10:54:08 UTC) #8
haraken
4 years, 6 months ago (2016-06-02 10:57:02 UTC) #9
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698