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

Issue 2349553002: Keep allocation size available in minidumps. (Closed)

Created:
4 years, 3 months ago by cblume
Modified:
4 years, 3 months ago
Reviewers:
vmpstr, jbauman
CC:
chromium-reviews, cc-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Keep allocation size available in minidumps. We were previously unable to see the allocation size in the minidump because it was optimized out. This should keep it around. BUG=643845 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/10a3909c4a5bf699ee824a3ea24472fef1ffdfe2 Cr-Commit-Position: refs/heads/master@{#419076}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Builds. #

Total comments: 2

Patch Set 3 : size_t instead of auto. Using the variable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M cc/tiles/gpu_image_decode_controller.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
cblume
PTAL
4 years, 3 months ago (2016-09-15 23:05:26 UTC) #3
jbauman
https://codereview.chromium.org/2349553002/diff/1/cc/tiles/gpu_image_decode_controller.cc File cc/tiles/gpu_image_decode_controller.cc (right): https://codereview.chromium.org/2349553002/diff/1/cc/tiles/gpu_image_decode_controller.cc#newcode9 cc/tiles/gpu_image_decode_controller.cc:9: #include "base/memory/discardable_memory_allocator.h" #include "base/debug/alias.h" https://codereview.chromium.org/2349553002/diff/1/cc/tiles/gpu_image_decode_controller.cc#newcode949 cc/tiles/gpu_image_decode_controller.cc:949: base::debug::Alias(image_data_size); I think ...
4 years, 3 months ago (2016-09-15 23:08:34 UTC) #4
cblume
https://codereview.chromium.org/2349553002/diff/1/cc/tiles/gpu_image_decode_controller.cc File cc/tiles/gpu_image_decode_controller.cc (right): https://codereview.chromium.org/2349553002/diff/1/cc/tiles/gpu_image_decode_controller.cc#newcode9 cc/tiles/gpu_image_decode_controller.cc:9: #include "base/memory/discardable_memory_allocator.h" On 2016/09/15 23:08:34, jbauman wrote: > #include ...
4 years, 3 months ago (2016-09-15 23:26:31 UTC) #5
jbauman
lgtm
4 years, 3 months ago (2016-09-15 23:27:08 UTC) #8
vmpstr
lgtm https://codereview.chromium.org/2349553002/diff/20001/cc/tiles/gpu_image_decode_controller.cc File cc/tiles/gpu_image_decode_controller.cc (right): https://codereview.chromium.org/2349553002/diff/20001/cc/tiles/gpu_image_decode_controller.cc#newcode949 cc/tiles/gpu_image_decode_controller.cc:949: auto image_data_size = image_data->size; nit: size_t instead of ...
4 years, 3 months ago (2016-09-16 00:07:42 UTC) #9
cblume
https://codereview.chromium.org/2349553002/diff/20001/cc/tiles/gpu_image_decode_controller.cc File cc/tiles/gpu_image_decode_controller.cc (right): https://codereview.chromium.org/2349553002/diff/20001/cc/tiles/gpu_image_decode_controller.cc#newcode949 cc/tiles/gpu_image_decode_controller.cc:949: auto image_data_size = image_data->size; On 2016/09/16 00:07:41, vmpstr wrote: ...
4 years, 3 months ago (2016-09-16 00:13:58 UTC) #10
vmpstr
On 2016/09/16 00:13:58, cblume wrote: > https://codereview.chromium.org/2349553002/diff/20001/cc/tiles/gpu_image_decode_controller.cc > File cc/tiles/gpu_image_decode_controller.cc (right): > > https://codereview.chromium.org/2349553002/diff/20001/cc/tiles/gpu_image_decode_controller.cc#newcode949 > ...
4 years, 3 months ago (2016-09-16 00:15:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2349553002/40001
4 years, 3 months ago (2016-09-16 00:44:21 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-16 01:53:02 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 01:56:31 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/10a3909c4a5bf699ee824a3ea24472fef1ffdfe2
Cr-Commit-Position: refs/heads/master@{#419076}

Powered by Google App Engine
This is Rietveld 408576698