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

Issue 389002: Unprotect the allocator before trying to create a minidump from a signal. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by qsr
Modified:
12 years, 5 months ago
Reviewers:
stuart.morgan
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

 Unprotect the allocator before trying to create a minidump from a signal.

 It is impossible to write a minidump with memory protected. This means that
before this change, no minidump were created when a signal was caught, instead
the application froze.
Committed: https://code.google.com/p/google-breakpad/source/detail?r=964

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/exception_handler.cc View 1 6 chunks +13 lines, -5 lines 0 comments Download

Messages

Total messages: 3
qsr
12 years, 5 months ago #1
stuart.morgan
LGTM with spacing fixes. https://breakpad.appspot.com/389002/diff/1/src/client/mac/handler/exception_handler.cc File src/client/mac/handler/exception_handler.cc (right): https://breakpad.appspot.com/389002/diff/1/src/client/mac/handler/exception_handler.cc#newcode586 src/client/mac/handler/exception_handler.cc:586: if(gBreakpadAllocator) Missing space between if ...
12 years, 5 months ago #2
qsr
12 years, 5 months ago #3
https://breakpad.appspot.com/389002/diff/1/src/client/mac/handler/exception_h...
File src/client/mac/handler/exception_handler.cc (right):

https://breakpad.appspot.com/389002/diff/1/src/client/mac/handler/exception_h...
src/client/mac/handler/exception_handler.cc:586: if(gBreakpadAllocator)
On 2012/05/14 11:30:20, stuart.morgan wrote:
> Missing space between if and ( here and below.

Done.
Sign in to reply to this message.

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