New issue
Advanced search Search tips

Issue 877814 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Sep 14
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: !QuicContainsKey(static_stream_map_, stream_id). Attempt to call GetOrCreateDyna

Project Member Reported by ClusterFuzz, Aug 26

Issue description

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

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.
 
Project Member

Comment 1 by ClusterFuzz, Aug 26

Components: Internals>Network
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Project Member

Comment 2 by ClusterFuzz, Aug 26

Cc: renjietang@chromium.org livvielin@chromium.org
Labels: Test-Predator-Auto-CC
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.
Components: -Internals>Network Internals>Network>QUIC
livvielin@/renjietang@ : Could you please look into this issue. 
Cc: -renjietang@chromium.org
Owner: renjietang@chromium.org
Status: Assigned (was: Untriaged)
I'm taking a look at it.

Comment 8 Deleted

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. 
Project Member

Comment 10 by ClusterFuzz, 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.
Project Member

Comment 11 by ClusterFuzz, Sep 14

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
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