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

Issue 2140673006: Add CHECK to make sure QuicHttpStream does not get destroyed during DoLoop (Closed)

Created:
4 years, 5 months ago by xunjieli
Modified:
4 years, 5 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add CHECK to make sure QuicHttpStream does not get destroyed during DoLoop A fewer crashers on QuicHttpStream::DoReadRequestBody indicate that QuicHttpStream might be destroyed in the middle of DoLoop. The crashers are pretty rare. This CL adds a bool so that if QuicHttpStream gets destroyed during DoLoop, we will get the call stack which will tell us how it is being destroyed. BUG=627099 Committed: https://crrev.com/1f48e6ebda2ca94af20d049aff0863244232ffc5 Cr-Commit-Position: refs/heads/master@{#405328}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M net/quic/quic_http_stream.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_http_stream.cc View 4 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
xunjieli
Hi Ryan: Matt helped me with investigating crbug.com/627099, a QuicHttpStream crasher on cronet. We looked ...
4 years, 5 months ago (2016-07-13 13:43:28 UTC) #6
Ryan Hamilton
lgtm I'm curious to see what the crash reports will show!
4 years, 5 months ago (2016-07-13 21:04:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2140673006/20001
4 years, 5 months ago (2016-07-13 21:05:34 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 5 months ago (2016-07-13 22:53:18 UTC) #12
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 22:53:23 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 22:54:38 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1f48e6ebda2ca94af20d049aff0863244232ffc5
Cr-Commit-Position: refs/heads/master@{#405328}

Powered by Google App Engine
This is Rietveld 408576698