Bug 224863

Summary: WebRTC should be compiled with thread-safe statics
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebRTCAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, ews-watchlist, kkinnunen, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=224854
https://bugs.webkit.org/show_bug.cgi?id=225104
Attachments:
Description Flags
Patch none

Description Kimmo Kinnunen 2021-04-21 02:35:12 PDT
WebRTC should be compiled with thread-safe statics
Thread-safe statics are standard c++ feature that many projects depend on.

Appears that WebRTC is compiled with thread-safe statics upstream. Since the project uses threads, it would probably be wise to compile WebRTC as expected.
Comment 1 Kimmo Kinnunen 2021-04-21 02:38:17 PDT
Created attachment 426664 [details]
Patch
Comment 2 EWS 2021-04-21 08:25:21 PDT
Committed r276362 (236840@main): <https://commits.webkit.org/236840@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 426664 [details].
Comment 3 Radar WebKit Bug Importer 2021-04-22 18:30:06 PDT
<rdar://problem/77049667>
Comment 4 Kimmo Kinnunen 2021-05-03 03:02:52 PDT
See the radar of bug 225104