Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 366002: Fix for putting main module as first one in minidump (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by Michael Krebs
Modified:
12 years, 6 months ago
Reviewers:
Mark Mentovai, Ben Chan
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fix for putting main module as first one in minidump

The first module in a minidump is expected to be for the main executable.
We used to assume that /proc/<pid>/maps always showed that one first, but in
some cases that is no longer true (see comment #7 of the bug).  So this
change makes use of the entry point stored in auxv to make sure we put the
correct module first.

BUG=chromium-os:25355
TEST=Ran Breakpad tests
Committed: https://code.google.com/p/google-breakpad/source/detail?r=942

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/minidump_writer/linux_dumper.cc View 4 chunks +50 lines, -2 lines 0 comments Download
M src/client/linux/minidump_writer/linux_dumper.h View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2
Michael Krebs
This is the upstream CL for https://gerrit.chromium.org/gerrit/18917
12 years, 7 months ago #1
Mark Mentovai
12 years, 7 months ago #2
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted