Bug 165486 - DumpRenderTree crashed in com.apple.WebCore: WebCore::MockMediaEndpoint::generateDtlsInfo const + 23
Summary: DumpRenderTree crashed in com.apple.WebCore: WebCore::MockMediaEndpoint::gene...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-12-06 13:36 PST by Sam Weinig
Modified: 2016-12-06 13:45 PST (History)
0 users

See Also:


Attachments
Patch (2.65 KB, patch)
2016-12-06 13:38 PST, Sam Weinig
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2016-12-06 13:36:09 PST
MockMediaEndpoint is crashing regularly in MockMediaEndpoint::generateDtlsInfo while running tests.
Comment 1 Sam Weinig 2016-12-06 13:36:22 PST
<rdar://problem/29149588>
Comment 2 Sam Weinig 2016-12-06 13:37:02 PST
Reproducible with:

run-webkit-tests -1 --guard-malloc imported/w3c/web-platform-tests/webrtc/rtcpeerconnection --repeat 10 -v --additional-env-var=JSC_slowPathAllocsBetweenGCs=10
Comment 3 Sam Weinig 2016-12-06 13:38:47 PST
Created attachment 296313 [details]
Patch
Comment 4 Sam Weinig 2016-12-06 13:45:26 PST
Committed r209416: <http://trac.webkit.org/changeset/209416>