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

Issue 265093004: SPDY: Add a bunch of CHECKs into SpdyWriteQueue to detect re-entrancy. (Closed)

Created:
6 years, 7 months ago by willchan no longer on Chromium
Modified:
6 years, 7 months ago
Reviewers:
Johnny, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

SPDY: Add a bunch of CHECKs into SpdyWriteQueue to detect re-entrancy. Specifically only look for re-entrancy that shrinks the queue. We know that other types of iterator invalidation happens due to growing the queue, but that doesn't match the symptom we're seeing. BUG=369539 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267984

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add more removing_writes_. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M net/spdy/spdy_write_queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_write_queue.cc View 1 6 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
willchan no longer on Chromium
6 years, 7 months ago (2014-05-02 21:09:56 UTC) #1
Johnny
lgtm % comment https://codereview.chromium.org/265093004/diff/1/net/spdy/spdy_write_queue.cc File net/spdy/spdy_write_queue.cc (right): https://codereview.chromium.org/265093004/diff/1/net/spdy/spdy_write_queue.cc#newcode136 net/spdy/spdy_write_queue.cc:136: CHECK(!removing_writes_); Think we should have removing_writes_ ...
6 years, 7 months ago (2014-05-02 21:16:31 UTC) #2
willchan no longer on Chromium
Good call, done. https://codereview.chromium.org/265093004/diff/1/net/spdy/spdy_write_queue.cc File net/spdy/spdy_write_queue.cc (right): https://codereview.chromium.org/265093004/diff/1/net/spdy/spdy_write_queue.cc#newcode136 net/spdy/spdy_write_queue.cc:136: CHECK(!removing_writes_); On 2014/05/02 21:16:32, Johnny wrote: ...
6 years, 7 months ago (2014-05-02 21:21:24 UTC) #3
willchan no longer on Chromium
The CQ bit was checked by willchan@chromium.org
6 years, 7 months ago (2014-05-02 21:29:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/willchan@chromium.org/265093004/20001
6 years, 7 months ago (2014-05-02 21:32:23 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 21:32:24 UTC) #6
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-02 21:32:24 UTC) #7
Ryan Hamilton
lgtm
6 years, 7 months ago (2014-05-02 21:53:39 UTC) #8
willchan no longer on Chromium
The CQ bit was checked by willchan@chromium.org
6 years, 7 months ago (2014-05-02 21:53:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/willchan@chromium.org/265093004/20001
6 years, 7 months ago (2014-05-02 21:55:15 UTC) #10
commit-bot: I haz the power
6 years, 7 months ago (2014-05-03 00:13:58 UTC) #11
Message was sent while issue was closed.
Change committed as 267984

Powered by Google App Engine
This is Rietveld 408576698