Bug 224863 - WebRTC should be compiled with thread-safe statics
Summary: WebRTC should be compiled with thread-safe statics
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-21 02:35 PDT by Kimmo Kinnunen
Modified: 2021-05-03 03:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2021-04-21 02:38 PDT, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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