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

Issue 210733006: Remove failing CHECK(!delegate_) from SpdyStream::OnDataReceived() (Closed)

Created:
6 years, 9 months ago by Jens Widell
Modified:
6 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ryan Hamilton
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove failing CHECK(!delegate_) from SpdyStream::OnDataReceived() There is a race between SetDelegate() and the PushedStreamReplay() call it posts a task for, and OnDataReceived() called as more data is received over the network. Specifically, if the latter is called after SetDelegate() is called but before the task it posted has been executed, the CHECK() fails. BUG=356110 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259800

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M net/spdy/spdy_stream.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Jens Widell
Please take a look. Obviously, simply removing failing assertions isn't necessarily the right approach; advise ...
6 years, 9 months ago (2014-03-25 11:56:25 UTC) #1
ramant (doing other things)
LGTM. Please get approval from jgraettinger@ also.
6 years, 9 months ago (2014-03-25 16:07:20 UTC) #2
Johnny
LGTM I don't see any problems introduced by this.
6 years, 9 months ago (2014-03-26 20:21:32 UTC) #3
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 9 months ago (2014-03-26 20:23:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/210733006/1
6 years, 9 months ago (2014-03-26 20:24:33 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 03:52:12 UTC) #6
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-27 03:52:13 UTC) #7
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 9 months ago (2014-03-27 05:44:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/210733006/1
6 years, 9 months ago (2014-03-27 05:44:11 UTC) #9
commit-bot: I haz the power
6 years, 9 months ago (2014-03-27 05:45:49 UTC) #10
Message was sent while issue was closed.
Change committed as 259800

Powered by Google App Engine
This is Rietveld 408576698