<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>214661</bug_id>
          
          <creation_ts>2020-07-22 15:13:48 -0700</creation_ts>
          <short_desc>REGRESSION(r264492): Check failed: sink_by_mid_.empty() on imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html</short_desc>
          <delta_ts>2024-03-20 17:26:41 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebRTC</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=214730</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=214197</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Karl Rackler">rackler</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ben_schwartz</cc>
    
    <cc>hector_i_lopez</cc>
    
    <cc>tsavell</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1674005</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2020-07-22 15:13:48 -0700</bug_when>
    <thetext>Description:
imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html

This started approximately 07/17/20 and has persisted daily since.

History:
https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fwebrtc%2FRTCSctpTransport-events.html&amp;platform=mac&amp;limit=50000&amp;style=debug&amp;flavor=wk2

Crash Log:
No crash log found for WebKitTestRunner:11409.

stdout:

stderr:


#
# Fatal error in: /Volumes/Data/slave/mojave-debug/build/Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_demuxer.cc, line 49
# last system error: 316
# Check failed: sink_by_mid_.empty()
# #CRASHED - com.apple.WebKit.WebContent.Development (pid 13857)
LEAK: 1 WebProcessPool
LEAK: 1 WebPageProxy</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1674006</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-07-22 15:14:43 -0700</bug_when>
    <thetext>&lt;rdar://problem/65958169&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1674018</commentid>
    <comment_count>2</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2020-07-22 15:26:38 -0700</bug_when>
    <thetext>I have marked these tests as failing while this issue is investigated.
https://trac.webkit.org/changeset/264730/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1674253</commentid>
    <comment_count>3</comment_count>
    <who name="Hector Lopez">hector_i_lopez</who>
    <bug_when>2020-07-23 09:42:50 -0700</bug_when>
    <thetext>Was able to reproduce this crash with command:

run-webkit-test imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop.html imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https.html imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html --debug --child-processes 1

Regression range is 264476 - 264517</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1674254</commentid>
    <comment_count>4</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2020-07-23 09:49:07 -0700</bug_when>
    <thetext>It looks like this test started crashing when I skipped multiple webrtc tests in https://trac.webkit.org/changeset/264520/webkit

sense this test is reproducible with a test list of 3 tests run in sequence:
imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop.html 
imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https.html 
imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html

then when I skipped those tests this was the next test in line to crash. 

This is more fallout from https://trac.webkit.org/changeset/264492/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1675201</commentid>
    <comment_count>5</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2020-07-27 05:08:33 -0700</bug_when>
    <thetext>This affects both iOS and Mac debug wk2.

Adding iOS debug wk2 test expectation.

History:
https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fwebrtc%2FRTCSctpTransport-events.html&amp;platform=mac&amp;platform=ios&amp;limit=50000&amp;flavor=wk2&amp;style=debug

I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/264918/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1681024</commentid>
    <comment_count>6</comment_count>
    <who name="youenn fablet">youennf</who>
    <bug_when>2020-08-18 00:21:49 -0700</bug_when>
    <thetext>As per bug 215025, imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-maxChannels.html is also crashing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1681026</commentid>
    <comment_count>7</comment_count>
    <who name="youenn fablet">youennf</who>
    <bug_when>2020-08-18 00:22:02 -0700</bug_when>
    <thetext>*** Bug 215025 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2022584</commentid>
    <comment_count>8</comment_count>
    <who name="Ben Schwartz">ben_schwartz</who>
    <bug_when>2024-03-20 16:41:12 -0700</bug_when>
    <thetext>This appears resolved on iOS, as the only observed issue is the flaky failure reported in bug 230485.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2022602</commentid>
    <comment_count>9</comment_count>
    <who name="Ben Schwartz">ben_schwartz</who>
    <bug_when>2024-03-20 17:26:41 -0700</bug_when>
    <thetext>Removed skip expectation on iOS as part of this PR: https://github.com/WebKit/WebKit/pull/26218</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>