RESOLVED FIXED 224863
WebRTC should be compiled with thread-safe statics
https://bugs.webkit.org/show_bug.cgi?id=224863
Summary WebRTC should be compiled with thread-safe statics
Kimmo Kinnunen
Reported 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.
Attachments
Patch (1.60 KB, patch)
2021-04-21 02:38 PDT, Kimmo Kinnunen
no flags
Kimmo Kinnunen
Comment 1 2021-04-21 02:38:17 PDT
EWS
Comment 2 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].
Radar WebKit Bug Importer
Comment 3 2021-04-22 18:30:06 PDT
Kimmo Kinnunen
Comment 4 2021-05-03 03:02:52 PDT
See the radar of bug 225104
Note You need to log in before you can comment on or make changes to this bug.