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

Issue 511002: Don't make MmapWrapper's destructor assert (Closed)

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

Description

MmapWrapper's destructor currently asserts that it was set. Some of our upcoming
patches will change behavior such that it can wind up not being set, which trips
this assertion. The cleanup code already checks the state of the members it
touches, so I don't think this hurts anything.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/linux/dump_symbols.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2
Ted Mielczarek
11 years, 2 months ago #1
Mark Mentovai
11 years, 2 months ago #2
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