CHECK failure: !QuicContainsKey(static_stream_map_, stream_id). Attempt to call GetOrCreateDyna |
|||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5637212788752384 Fuzzer: libFuzzer_net_quic_stream_factory_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !QuicContainsKey(static_stream_map_, stream_id). Attempt to call GetOrCreateDyna quic::QuicSession::GetOrCreateDynamicStream quic::QuicSpdySession::GetSpdyDataStream Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=581969:581979 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5637212788752384 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Aug 26
Automatically adding ccs based on suspected regression changelists: Stop sending SSLInfo from network service for subframe navigations. by livvielin@chromium.org - https://chromium.googlesource.com/chromium/src/+/139bf442fac22bf19e96704b228f122cd20a7b2b Add experiment of switching the client to GOAWAY when path degrading is detected. by renjietang@chromium.org - https://chromium.googlesource.com/chromium/src/+/a5722ccf3852547206c6c95e84fc0a95b4376068 If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label.
,
Aug 27
,
Aug 28
livvielin@/renjietang@ : Could you please look into this issue.
,
Aug 28
Tried reproducing with head at https://chromium.googlesource.com/chromium/src/+/b8919fef02c1e0a30734b13e83dd14c303620ea4 (parent cl) and https://chromium.googlesource.com/chromium/src/+/139bf442fac22bf19e96704b228f122cd20a7b2b patched in. No crash in this case, so I think cause is probably https://chromium.googlesource.com/chromium/src/+/a5722ccf3852547206c6c95e84fc0a95b4376068
,
Aug 28
,
Aug 29
I'm taking a look at it.
,
Aug 29
I traced the call stack. And I found issues in QuicSpdySession::OnStreamHeaderList() ===> QuicSpdySession::GetSpdyDataStream() ===> QuicSession::GetOrCreateDynamicStream(). There is no guarantee that in OnStreamHeaderList(), the stream will not be static (in this test case it's a static crypto stream). Since this is an internal Quic code bug, I will file a bug in the internal system and have people take care of it.
,
Sep 14
ClusterFuzz has detected this issue as fixed in range 591054:591059. Detailed report: https://clusterfuzz.com/testcase?key=5637212788752384 Fuzzer: libFuzzer_net_quic_stream_factory_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !QuicContainsKey(static_stream_map_, stream_id). Attempt to call GetOrCreateDyna quic::QuicSession::GetOrCreateDynamicStream quic::QuicSpdySession::GetSpdyDataStream Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=581969:581979 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=591054:591059 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5637212788752384 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Sep 14
ClusterFuzz testcase 5637212788752384 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by ClusterFuzz
, Aug 26Labels: Test-Predator-Auto-Components