Bug 168982 - [WebRTC] thread.cc(276): ASSERT FAILED: !IsCurrent() @ Join
Summary: [WebRTC] thread.cc(276): ASSERT FAILED: !IsCurrent() @ Join
Status: RESOLVED DUPLICATE of bug 168972
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 12:37 PST by Joseph Pecoraro
Modified: 2017-02-28 13:00 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-02-28 12:37:14 PST
Summary:
I see this WebRTC assertion whenever I close test page:
(common.cc:59): OpenSource/Source/ThirdParty/libwebrtc/Source/webrtc/base/thread.cc(276): ASSERT FAILED: !IsCurrent() @ Join

Steps to reproduce:
1. $ run-safari
2. Open <https://test.webrtc.org>
3. Allow + Start
4. After about 5-10 seconds close the window
  => Assertion message in console

Notes:
* This is not a WebKit Assertion, but a WebRTC assertion.
* There are a lot of (physicalsocketserver.cc:593): Socket::OPT_DSCP not supported. messages as well
Comment 1 youenn fablet 2017-02-28 12:59:34 PST
Thanks for the feedback.
Patch is waiting at bug 168972
Comment 2 youenn fablet 2017-02-28 12:59:52 PST

*** This bug has been marked as a duplicate of bug 168972 ***
Comment 3 youenn fablet 2017-02-28 13:00:30 PST
> Notes:
> * This is not a WebKit Assertion, but a WebRTC assertion.
> * There are a lot of (physicalsocketserver.cc:593): Socket::OPT_DSCP not
> supported. messages as well

Only in Debug I guess.
Might be interested in patch at bug 168974.