Bug 168982
| Summary: | [WebRTC] thread.cc(276): ASSERT FAILED: !IsCurrent() @ Join | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | achristensen, youennf |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joseph Pecoraro
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
youenn fablet
Thanks for the feedback.
Patch is waiting at bug 168972
youenn fablet
*** This bug has been marked as a duplicate of bug 168972 ***
youenn fablet
> 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.