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

Issue 7754002: Surfacing the process create time in google_breakpad::ProcessState (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 4 months ago by ivanpe
Modified:
9 years, 4 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Surfacing the process create time in google_breakpad::ProcessState
and updating minidump_stackwalk to show process uptime.

I tested this with a minidump from Chrome and I got a result that
is inline with what the Windows debugger is showing for that dump:

minidump_stackwalk output:
--------------------------
Process uptime: 601 seconds

WinDBG output:
--------------
Process Uptime: 0 days 0:10:01.000

I didn't update the machine readable output of minidump_stackwalk
on purpose in order to avoid breaking someone that uses it.
It can be added later to the machine output if needed.

R=mark@chromium.org

Committed: https://code.google.com/p/google-breakpad/source/detail?r=1406

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/google_breakpad/processor/minidump.h View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M src/google_breakpad/processor/minidump_processor.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/google_breakpad/processor/process_state.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/processor/minidump_processor.cc View 1 2 3 3 chunks +38 lines, -8 lines 0 comments Download
M src/processor/minidump_processor_unittest.cc View 1 2 3 5 chunks +49 lines, -0 lines 0 comments Download
M src/processor/process_state.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/processor/proto/process_state.proto View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M src/processor/stackwalk_common.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/processor/testdata/microdump.stackwalk.out View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/processor/testdata/minidump2.stackwalk.out View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10
ivanpe
9 years, 4 months ago #1
ivanpe
9 years, 4 months ago #2
Mark Mentovai
I’m having a hard time with breakpad.appspot.com. Much of it isn’t working properly, including the ...
9 years, 4 months ago #3
ivanpe
On 2014/11/25 04:29:08, Mark Mentovai wrote: > I’m having a hard time with http://breakpad.appspot.com. Much ...
9 years, 4 months ago #4
Mark Mentovai
LGTM. And breakpad.appspot.com seems to be working correctly again.
9 years, 4 months ago #5
Ted Mielczarek
Note that we've switched Socorro away from using |minidump_stackwalk| directly in favor of a custom ...
9 years, 4 months ago #6
mmandlis
Such a micro-nit that it's even embarrassing to comment on))) https://breakpad.appspot.com/7754002/diff/40001/src/processor/minidump_stackwalk.cc File src/processor/minidump_stackwalk.cc (right): https://breakpad.appspot.com/7754002/diff/40001/src/processor/minidump_stackwalk.cc#newcode692 ...
9 years, 4 months ago #7
ivanpe
On 2014/11/25 14:13:49, Ted Mielczarek wrote: > Note that we've switched Socorro away from using ...
9 years, 4 months ago #8
ivanpe
On 2014/11/25 19:22:37, mmandlis wrote: > Such a micro-nit that it's even embarrassing to comment ...
9 years, 4 months ago #9
ivanpe
9 years, 4 months ago #10
Message was sent while issue was closed.
Committed patchset #4 manually as r1406 (presubmit successful).
Sign in to reply to this message.

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