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

Issue 23171029: Fix a crash that EnsureMediaStreamClient() does not guarantee media_stream_client_ get created (Closed)

Created:
7 years, 4 months ago by qinmin
Modified:
7 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Fix a crash that EnsureMediaStreamClient() does not guarantee media_stream_client_ get created If kDisableWebRtc flag is set, EnsureMediaStreamClient() will return early and media_stream_client_ will be NULL. Subsequent calls to use media_stream_client_ will cause renderer to crash. BUG=278490 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219629

Patch Set 1 #

Total comments: 1

Patch Set 2 : add TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M content/renderer/render_view_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
qinmin
PTAL
7 years, 4 months ago (2013-08-23 20:56:23 UTC) #1
scherkus (not reviewing)
do we know when / why this happens? there's two cases: 1) RenderThreadImpl::current() returns null ...
7 years, 4 months ago (2013-08-23 21:10:43 UTC) #2
qinmin
On 2013/08/23 21:10:43, scherkus wrote: > do we know when / why this happens? > ...
7 years, 4 months ago (2013-08-23 21:17:48 UTC) #3
wjia(left Chromium)
lgtm
7 years, 4 months ago (2013-08-23 21:18:21 UTC) #4
scherkus (not reviewing)
based on crash analysis from reports it's due to kDisableWebRtc qinmin: can you update the ...
7 years, 4 months ago (2013-08-23 22:21:40 UTC) #5
qinmin
On 2013/08/23 22:21:40, scherkus wrote: > based on crash analysis from reports it's due to ...
7 years, 4 months ago (2013-08-23 22:31:14 UTC) #6
scherkus (not reviewing)
On 2013/08/23 22:31:14, qinmin wrote: > On 2013/08/23 22:21:40, scherkus wrote: > > based on ...
7 years, 4 months ago (2013-08-23 22:33:42 UTC) #7
qinmin
On 2013/08/23 22:33:42, scherkus wrote: > On 2013/08/23 22:31:14, qinmin wrote: > > On 2013/08/23 ...
7 years, 4 months ago (2013-08-23 22:40:45 UTC) #8
qinmin
+creis for OWNER stamp
7 years, 4 months ago (2013-08-23 22:46:02 UTC) #9
scherkus (not reviewing)
lgtm -- thanks!
7 years, 4 months ago (2013-08-23 23:18:22 UTC) #10
Charlie Reis
LGTM
7 years, 3 months ago (2013-08-26 16:33:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/23171029/1002
7 years, 3 months ago (2013-08-26 16:34:21 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-08-26 22:54:21 UTC) #13
Message was sent while issue was closed.
Change committed as 219629

Powered by Google App Engine
This is Rietveld 408576698