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

Issue 894002: Expose the ability to supply additional user streams in the windows dump generator. (Closed)

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

Description

Expose the ability to supply additional user streams in the windows dump
generator.

BUG=N/A
R=mark@chromium.org

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

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M client/windows/crash_generation/minidump_generator.cc View 4 chunks +43 lines, -5 lines 1 comment Download
M client/windows/crash_generation/minidump_generator.h View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 12
Cris Neckar
10 years, 9 months ago #1
Cris Neckar
cpu@ weaseled his way out of this by apparently not being a breakpad committer any ...
10 years, 9 months ago #2
Mark Mentovai
I would be happy to make him a committer if that’s what you’re asking. :)
10 years, 9 months ago #3
Mark Mentovai
LGTM, but the number of overloads here really sucks. I think it’s time we consider ...
10 years, 9 months ago #4
Cris Neckar
On 2013/12/12 02:16:38, Mark Mentovai wrote: > LGTM, but the number of overloads here really ...
10 years, 9 months ago #5
Mark Mentovai
We could just get rid of all but the most parametery version of the function, ...
10 years, 9 months ago #6
Ted Mielczarek
We haven't been very good about API compat in the past, so I think we ...
10 years, 9 months ago #7
Cris Neckar
Cool, I'll take a stab at redesigning this. My inclination is for the configuration the ...
10 years, 9 months ago #8
Mark Mentovai
Merge the options struct and the class itself. That’s fine, since this is a one-trick ...
10 years, 9 months ago #9
Cris Neckar
Committed patchset #1 manually as r1258 (presubmit successful).
10 years, 9 months ago #10
cyberparser
access violation in minidump_generator.cc https://breakpad.appspot.com/894002/diff/20001/client/windows/crash_generation/minidump_generator.cc File client/windows/crash_generation/minidump_generator.cc (right): https://breakpad.appspot.com/894002/diff/20001/client/windows/crash_generation/minidump_generator.cc#newcode443 client/windows/crash_generation/minidump_generator.cc:443: 0]); I've just got AV ...
10 years, 9 months ago #11
Lei Zhang (chromium)
10 years, 9 months ago #12
Message was sent while issue was closed.
On 2013/12/13 18:57:26, cyberparser wrote:
> access violation in minidump_generator.cc
> 
>
https://breakpad.appspot.com/894002/diff/20001/client/windows/crash_generatio...
> File client/windows/crash_generation/minidump_generator.cc (right):
> 
>
https://breakpad.appspot.com/894002/diff/20001/client/windows/crash_generatio...
> client/windows/crash_generation/minidump_generator.cc:443: 0]);
> I've just got AV (reading at zero) there.
> 
> Probably you forgot to use brackets because operator+ will be evaluated before
> ?:

https://breakpad.appspot.com/904004/
Sign in to reply to this message.

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