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

Issue 2741773002: win: Collect a MemoryInfoListStream in fallback minidumps (Closed)

Created:
3 years, 9 months ago by Mark Mentovai
Modified:
3 years, 9 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, sadrul, kalyank, Sigurður Ásgeirsson
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

win: Collect a MemoryInfoListStream in fallback minidumps The MiniDumpWithFullMemoryInfo dump type tells MiniDumpWriteDump() to include a MemoryInfoListStream, which produces a MINIDUMP_MEMORY_INFO_LIST structure. This contains information about a process' memory map. Crashpad always includes this stream when writing minidumps for Windows processes, but the fallback handler, which monitors the Crashpad handler, uses MiniDumpWriteDump() instead of Crashpad’s minidump writer implementation, and needs to be instructed to include this data. Note that MiniDumpWithFullMemoryInfo is distinct from MiniDumpWithFullMemory. The former just includes the memory map, while the latter captures a full memory dump (large and undesirable). Review-Url: https://codereview.chromium.org/2741773002 Cr-Commit-Position: refs/heads/master@{#455998} Committed: https://chromium.googlesource.com/chromium/src/+/df6aab609a8002e151b9a7590bbcf80cd6146e9d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M components/crash/content/app/fallback_crash_handler_win.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
Mark Mentovai
3 years, 9 months ago (2017-03-09 16:40:41 UTC) #4
Sigurður Ásgeirsson
lgtm - though I've yet to find this information useful when present. What do you ...
3 years, 9 months ago (2017-03-09 17:33:50 UTC) #8
Mark Mentovai
In bug 698471, I wanted to know more about the region we were landing in ...
3 years, 9 months ago (2017-03-09 17:41:30 UTC) #9
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/2741773002/1
3 years, 9 months ago (2017-03-10 04:45:19 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 04:50:08 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/df6aab609a8002e151b9a7590bbc...

Powered by Google App Engine
This is Rietveld 408576698