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

Issue 16431003: Fix DCHECK during TileManager shutdown (Closed)

Created:
7 years, 6 months ago by boliu
Modified:
7 years, 6 months ago
Reviewers:
reveman
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Fix DCHECK during TileManager shutdown with ImageRasterWorkerPool DCHECK_EQ(0u, tiles_.size()) in TileManager destructor can fail because refs to tile could exist through |root_| WorkerPoolTask in WorkerPool::Inner. Fix by calling ScheduleRasterTasks with emtpy RootTask in ImageRasterWorkerPool::ShutDown. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205510

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M cc/resources/image_raster_worker_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/image_raster_worker_pool.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
boliu
I was playing around with webview using mapped image and saw this DCHECK. This appears ...
7 years, 6 months ago (2013-06-09 00:25:36 UTC) #1
reveman
On 2013/06/09 00:25:36, boliu wrote: > I was playing around with webview using mapped image ...
7 years, 6 months ago (2013-06-10 16:04:36 UTC) #2
boliu
On 2013/06/10 16:04:36, David Reveman wrote: > Thanks for tracking this down. Yea, can you ...
7 years, 6 months ago (2013-06-10 22:20:09 UTC) #3
reveman
lgtm
7 years, 6 months ago (2013-06-10 23:27:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/16431003/4001
7 years, 6 months ago (2013-06-10 23:33:03 UTC) #5
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=48457
7 years, 6 months ago (2013-06-11 03:56:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/16431003/4001
7 years, 6 months ago (2013-06-11 03:57:31 UTC) #7
commit-bot: I haz the power
7 years, 6 months ago (2013-06-11 12:40:40 UTC) #8
Message was sent while issue was closed.
Change committed as 205510

Powered by Google App Engine
This is Rietveld 408576698