<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebRTC aborts when trying to sleep on a wrong thread"
   href="https://bugs.webkit.org/show_bug.cgi?id=170492">170492</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>WebRTC aborts when trying to sleep on a wrong thread
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Media Elements
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ap&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>eric.carlson&#64;apple.com, ryanhaddad&#64;apple.com, webkit-bug-importer&#64;group.apple.com, youennf&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Saw a crash on webrtc/datachannel/bufferedAmountLowThreshold.html:

Thread 5 Crashed:: Thread 0x0x7f9697406b
0   libsystem_kernel.dylib              0x00007fffcfe31dd6 __pthread_kill + 10
1   libsystem_pthread.dylib             0x00007fffcff1d787 pthread_kill + 90
2   libsystem_c.dylib                   0x00007fffcfd97420 abort + 129
3   libwebrtc.dylib                     0x000000010ca65eb4 rtc::FatalMessage::~FatalMessage() + 452
4   libwebrtc.dylib                     0x000000010ca65ed5 rtc::FatalMessage::~FatalMessage() + 21
5   libwebrtc.dylib                     0x000000010d03c8e1 rtc::Thread::AssertBlockingIsAllowedOnCurrentThread() + 209 (thread.cc:298)
6   libwebrtc.dylib                     0x000000010d03c6e3 rtc::Thread::SleepMs(int) + 19 (thread.cc:174)
7   libwebrtc.dylib                     0x000000010d18bc21 cricket::SctpTransport::UsrSctpWrapper::UninitializeUsrSctp() + 241 (sctptransport.cc:264)
8   libwebrtc.dylib                     0x000000010d1844a9 cricket::SctpTransport::UsrSctpWrapper::DecrementUsrSctpUsageCount() + 57 (sctptransport.cc:281)
9   libwebrtc.dylib                     0x000000010d17fe92 cricket::SctpTransport::CloseSctpSocket() + 306 (sctptransport.cc:755)
10  libwebrtc.dylib                     0x000000010d17fce5 cricket::SctpTransport::~SctpTransport() + 53 (sctptransport.cc:401)
11  libwebrtc.dylib                     0x000000010d17ff35 cricket::SctpTransport::~SctpTransport() + 21 (sctptransport.cc:401)
12  libwebrtc.dylib                     0x000000010d17ff79 cricket::SctpTransport::~SctpTransport() + 25 (sctptransport.cc:398)
13  libwebrtc.dylib                     0x000000010cdbd908 webrtc::WebRtcSession::DestroySctpTransport_n() + 440 (memory:2724)
14  libwebrtc.dylib                     0x000000010cddac94 void rtc::MethodFunctor&lt;webrtc::WebRtcSession, void (webrtc::WebRtcSession::*)(), void&gt;::CallMethod&lt;&gt;(rtc::sequence&lt;&gt;) const + 100 (bind.h:164)
15  libwebrtc.dylib                     0x000000010cddac25 rtc::MethodFunctor&lt;webrtc::WebRtcSession, void (webrtc::WebRtcSession::*)(), void&gt;::operator()() const + 21 (bind.h:155)
16  libwebrtc.dylib                     0x000000010cddac00 rtc::FunctorMessageHandler&lt;void, rtc::MethodFunctor&lt;webrtc::WebRtcSession, void (webrtc::WebRtcSession::*)(), void&gt; &gt;::OnMessage(rtc::Message*) + 32 (messagehandler.h:66)
17  libwebrtc.dylib                     0x000000010d03dd9e rtc::Thread::ReceiveSendsFromThread(rtc::Thread const*) + 126 (thread.cc:425)
18  libwebrtc.dylib                     0x000000010d03de29 rtc::Thread::ReceiveSends() + 25 (thread.cc:409)
19  libwebrtc.dylib                     0x000000010cc21bfd rtc::MessageQueue::Get(rtc::Message*, int, bool) + 189 (messagequeue.cc:296)
20  libwebrtc.dylib                     0x000000010d03d19c rtc::Thread::ProcessMessages(int) + 140 (thread.cc:494)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>