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

Issue 115002: Support generating minidumps from live processes on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by Ted Mielczarek
Modified:
11 years, 7 months ago
Reviewers:
Mark Mentovai, cjones
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

This patch adds an ExceptionHandler::WriteMinidumpForChild method to write
minidumps for non-crashed child processes.

The patch is by Chris Jones, originally written in:
https://bugzilla.mozilla.org/show_bug.cgi?id=544936
https://bugzilla.mozilla.org/show_bug.cgi?id=555309

Patch Set 1 #

Total comments: 18

Patch Set 2 : Updated patch #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/windows/handler/exception_handler.cc View 1 3 chunks +187 lines, -108 lines 1 comment Download
M src/client/windows/handler/exception_handler.h View 1 2 chunks +28 lines, -2 lines 0 comments Download

Messages

Total messages: 9
Ted Mielczarek
13 years, 9 months ago #1
Mark Mentovai
http://breakpad.appspot.com/115002/diff/1/2 File src/client/windows/handler/exception_handler.cc (right): http://breakpad.appspot.com/115002/diff/1/2#newcode44 Line 44: // Helper for GetProcId() OK, but when would ...
13 years, 9 months ago #2
cjones
Hello Mark, Thanks for the review. On 2010/06/29 20:31:29, Mark Mentovai wrote: > http://breakpad.appspot.com/115002/diff/1/2 > ...
13 years, 9 months ago #3
Mark Mentovai
http://breakpad.appspot.com/115002/diff/1/2 File src/client/windows/handler/exception_handler.cc (right): http://breakpad.appspot.com/115002/diff/1/2#newcode799 Line 799: if (0 == childId) I meant to flip ...
13 years, 9 months ago #4
Ted Mielczarek
11 years, 7 months ago #5
Ted Mielczarek
...and we're back. This patch now works with the latest Breakpad sources. The largest changes ...
11 years, 7 months ago #6
Mark Mentovai
https://breakpad.appspot.com/115002/diff/5002/src/client/windows/handler/exception_handler.cc File src/client/windows/handler/exception_handler.cc (right): https://breakpad.appspot.com/115002/diff/5002/src/client/windows/handler/exception_handler.cc#newcode1 src/client/windows/handler/exception_handler.cc:1: // Copyright (c) 2006, Google Inc. Again, write the ...
11 years, 7 months ago #7
Ted Mielczarek
On 2012/09/12 19:07:05, Mark Mentovai wrote: > Again, write the change description as a description. ...
11 years, 7 months ago #8
Mark Mentovai
11 years, 7 months ago #9
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