Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Issue 1619603002: Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." (Closed)

Created:
4 years, 11 months ago by Olivier
Modified:
4 years, 11 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." This reverts CL https://codereview.chromium.org/1563223004/ This reverts commit 7cc0d8562bf8b20b88cc941ba72593cb7230ecf6. CL 1563223004 introduces two bugs on iOS. - Encoding the minidump name with extra percent causing crash server to fail processing the file. - Using a released pointer causing random crashes on upload. The data, resp, err pointers returned in the NSURLSession completion handler is released at the end of the block. When used later (to get the crash ID), it causes a crash. BUG=569158 R=blundell@chromium.org, mark@chromium.org Committed: https://chromium.googlesource.com/breakpad/breakpad/+/7da8acc8d4f2f950ae8d80d40614bb5bd3c6cf1d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -62 lines) Patch
M src/client/mac/handler/minidump_generator.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/common/mac/HTTPMultipartUpload.m View 4 chunks +7 lines, -59 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Olivier
4 years, 11 months ago (2016-01-21 09:26:57 UTC) #2
blundell
LGTM Be a little more specific on what the released pointer is that's being used ...
4 years, 11 months ago (2016-01-21 09:27:53 UTC) #3
Olivier
On 2016/01/21 09:27:53, blundell wrote: > LGTM > > Be a little more specific on ...
4 years, 11 months ago (2016-01-21 09:33:09 UTC) #7
Mark Mentovai
LGTM
4 years, 11 months ago (2016-01-21 15:08:50 UTC) #8
Olivier
On 2016/01/21 15:08:50, Mark Mentovai wrote: > LGTM Do I need to be commiter to ...
4 years, 11 months ago (2016-01-21 15:54:57 UTC) #9
Mark Mentovai
4 years, 11 months ago (2016-01-21 16:34:17 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7da8acc8d4f2f950ae8d80d40614bb5bd3c6cf1d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698