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

Issue 2065823003: Fix for sync filesystem app crash. (Closed)

Created:
4 years, 6 months ago by achuithb
Modified:
4 years, 6 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2743
Target Ref:
refs/pending/branch-heads/2743
Project:
chromium
Visibility:
Public.

Description

Fix for sync filesystem app crash. Previously removing the SafePointScope had a risk of producing a dead lock if the following scenario happens: 1) The main thread starts a GC and tries to stop all other threads. 2) The worker thread is waiting on a signal without entering the SafePointScope. The main thread cannot stop the worker thread forever and thus cannot make progress. Dead lock. However, (to avoid this kind of dead lock) code has been added to timeout the GC if the GCing thread fails at stopping other threads within 100 ms. So not entering SafePointScope will just cause the timeout -- it won't cause a dead lock. This fixes a hard-to-reproduce timing bug that's been a big concern of one of our partners. BUG=592124, 608603 TEST=manual Review-Url: https://codereview.chromium.org/2009093002 Cr-Commit-Position: refs/heads/master@{#399265} (cherry picked from commit f466a07e32ce1c8083dc726c7391e68b2ff2e7b0) Committed: https://chromium.googlesource.com/chromium/src/+/d023da3f77306882389a2d8a09a7125815a00b31

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -5 lines) Patch
M content/child/fileapi/webfilesystem_impl.cc View 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
achuithb
4 years, 6 months ago (2016-06-14 19:44:55 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d023da3f77306882389a2d8a09a7125815a00b31.

Powered by Google App Engine
This is Rietveld 408576698