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

Issue 45001: report assertion info in minidump_stackwalk (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by Ted Mielczarek
Modified:
14 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Apparently I wrote this patch two years ago and forgot about it. Only one hunk
failed to apply, so I fixed that up, cleaned up a few things and it does what I
want. I've added an extra line of output to the minidump_stackwalk output, and
for the machine-readable output, I just made it output the assertion info (if
available) on the "Crash" line instead of "No Crash".

Mark, can you take a look?

This covers:
http://code.google.com/p/google-breakpad/issues/detail?id=170

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
src/google_breakpad/processor/minidump.h View 2 chunks +41 lines, -0 lines 1 comment Download
src/google_breakpad/processor/minidump_processor.h View 1 chunk +5 lines, -0 lines 0 comments Download
src/google_breakpad/processor/process_state.h View 2 chunks +6 lines, -0 lines 0 comments Download
src/processor/minidump.cc View 3 chunks +99 lines, -0 lines 3 comments Download
src/processor/minidump_dump.cc View 2 chunks +8 lines, -0 lines 0 comments Download
src/processor/minidump_processor.cc View 2 chunks +56 lines, -0 lines 2 comments Download
src/processor/minidump_stackwalk.cc View 2 chunks +15 lines, -1 line 1 comment Download
src/processor/process_state.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4
Ted Mielczarek
14 years, 5 months ago #1
Mark Mentovai
LG with these changes. http://breakpad.appspot.com/45001/diff/1/9 File src/google_breakpad/processor/minidump.h (right): http://breakpad.appspot.com/45001/diff/1/9#newcode676 Line 676: MDRawAssertionInfo assertion_; extra space ...
14 years, 5 months ago #2
Mark Mentovai
Sometimes, sizeofs read as strlens if that's what you're expecting... Having this be a fixed-size ...
14 years, 5 months ago #3
Ted Mielczarek
14 years, 5 months ago #4
I wrote a UTF16codeunits function and used that, and added a check for
word_length == 0. Landed in r433.
Sign in to reply to this message.

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