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

Issue 147032: Add linux-gate.so to the minidump mappings list by checking for the load addr....

Created:
11 years, 6 months ago by nealsid
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add linux-gate.so to the minidump mappings list by checking for the load address in the aux vector and adding a filename of linux-gate.so when we encounter that load address. This is necessary for crash reporting to walk the stack correctly when a crash happens while in a system call.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 12

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -42 lines) Patch
M breakpad/linux/linux_dumper.h View 1 2 3 4 5 chunks +30 lines, -7 lines 0 comments Download
M breakpad/linux/linux_dumper.cc View 1 2 3 4 5 5 chunks +119 lines, -35 lines 0 comments Download
M breakpad/linux/linux_dumper_unittest.cc View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nealsid
11 years, 6 months ago (2009-06-24 07:19:36 UTC) #1
nealsid
11 years, 6 months ago (2009-06-24 19:33:21 UTC) #2
agl
I disagree with stars on the left personally, but it's the style so I don't ...
11 years, 6 months ago (2009-06-24 20:02:24 UTC) #3
nealsid
Updated, addressed all comments. Thanks, Neal http://codereview.chromium.org/147032/diff/1018/1020 File breakpad/linux/linux_dumper.cc (right): http://codereview.chromium.org/147032/diff/1018/1020#newcode147 Line 147: if (total_length ...
11 years, 6 months ago (2009-06-25 01:07:37 UTC) #4
agl
11 years, 6 months ago (2009-06-25 01:09:29 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698