Title: [280955] trunk/Source/WebKit
- Revision
- 280955
- Author
- [email protected]
- Date
- 2021-08-11 20:48:28 -0700 (Wed, 11 Aug 2021)
Log Message
[Monterey] WebContent process immediately crash when GPU Process is disabled
https://bugs.webkit.org/show_bug.cgi?id=228944
rdar://81727094
Reviewed by Brent Fulgham.
* WebProcess/com.apple.WebProcess.sb.in: Allow SYS_getpriority syscall.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (280954 => 280955)
--- trunk/Source/WebKit/ChangeLog 2021-08-12 02:47:47 UTC (rev 280954)
+++ trunk/Source/WebKit/ChangeLog 2021-08-12 03:48:28 UTC (rev 280955)
@@ -1,3 +1,13 @@
+2021-08-11 Jean-Yves Avenard <[email protected]>
+
+ [Monterey] WebContent process immediately crash when GPU Process is disabled
+ https://bugs.webkit.org/show_bug.cgi?id=228944
+ rdar://81727094
+
+ Reviewed by Brent Fulgham.
+
+ * WebProcess/com.apple.WebProcess.sb.in: Allow SYS_getpriority syscall.
+
2021-08-11 Chris Dumez <[email protected]>
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (280954 => 280955)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-08-12 02:47:47 UTC (rev 280954)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-08-12 03:48:28 UTC (rev 280955)
@@ -2044,6 +2044,7 @@
(syscall-number SYS_setattrlist) ;; rdar://problem/74162777
#endif
(syscall-number SYS_open_dprotected_np) ;; <rdar://problem/74473824>
+ (syscall-number SYS_getpriority) ;; rdar://81727094. Required for CoreAudio AudioOutputUnitStart call. Remove when GPU process is enabled by default.
)
(if (equal? (param "CPU") "arm64")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes