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

Issue 1417873007: Resolve media/cast crypto crash, and add crash reporting. (Closed)

Created:
5 years, 1 month ago by miu
Modified:
5 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, feature-media-reviews_chromium.org, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Resolve media/cast crypto crash, and add crash reporting. BUG=519022 Committed: https://crrev.com/ff618a8c4b0c79d87f0f367e76c828696ae950e3 Cr-Commit-Position: refs/heads/master@{#357027}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -3 lines) Patch
M chrome/common/crash_keys.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl.cc View 1 chunk +3 lines, -1 line 0 comments Download
M media/cast/sender/external_video_encoder.cc View 4 chunks +30 lines, -1 line 1 comment Download
M media/cast/sender/vp8_encoder.h View 1 chunk +5 lines, -0 lines 0 comments Download
M media/cast/sender/vp8_encoder.cc View 3 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
miu
xjz: PTAL.
5 years, 1 month ago (2015-10-29 21:59:27 UTC) #2
miu
rsesek: Need your OWNERS approval for temporary crash keys. BTW--Do I need to do anything ...
5 years, 1 month ago (2015-10-29 22:01:51 UTC) #5
Robert Sesek
LGTM No, the crash server will pick these up automatically and show them under the ...
5 years, 1 month ago (2015-10-29 22:07:18 UTC) #6
xjz
LGTM Does this really happen? With no error the encoder shouldn't be able to produce ...
5 years, 1 month ago (2015-10-30 00:24:33 UTC) #7
miu
On 2015/10/30 00:24:33, xjz wrote: > LGTM > > Does this really happen? With no ...
5 years, 1 month ago (2015-10-30 01:18:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1417873007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1417873007/1
5 years, 1 month ago (2015-10-30 01:20:14 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-10-30 02:23:44 UTC) #11
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/ff618a8c4b0c79d87f0f367e76c828696ae950e3 Cr-Commit-Position: refs/heads/master@{#357027}
5 years, 1 month ago (2015-10-30 02:24:44 UTC) #12
brucedawson
The /analyze builder pointed out a VC++ specific problem with this change. https://codereview.chromium.org/1417873007/diff/1/media/cast/sender/external_video_encoder.cc File media/cast/sender/external_video_encoder.cc ...
5 years, 1 month ago (2015-11-02 21:22:59 UTC) #14
miu
5 years, 1 month ago (2015-11-03 05:15:16 UTC) #15
Message was sent while issue was closed.
On 2015/11/02 21:22:59, brucedawson wrote:
> The /analyze builder pointed out a VC++ specific problem with this change.
>
> ...
> 
> The portable fix to this is to use PRIuS (similar to PRIu32), or use a cast to
> convert the size_t variable to a fixed type.

Done: https://codereview.chromium.org/1411663012/

Powered by Google App Engine
This is Rietveld 408576698