Crash in BodyStreamBuffer constructor
The CHECKs added in https://chromium-review.googlesource.com/c/chromium/src/+/1837445 indicate that |consumer_| is being cleared in the BodyStreamBuffer constructor during the call to ReadableStream::CreateWithCountQueueingStrategy(). There's no apparent way this can happen. Add new temporary CHECKs to the places where |consumer_| is cleared to verify that we are not inside the call to ReadableStream::CreateWithCountQueueingStrategy(). These should result in a stack trace at the point where the problem occurs. BUG=1007162 Change-Id: I571214597ff714f34b2cfb63d2c42f42d53733d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928513Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#718539}
Showing
Please register or sign in to comment