Title: [240857] trunk/Source/WebKit
Revision
240857
Author
pvol...@apple.com
Date
2019-02-01 09:47:10 -0800 (Fri, 01 Feb 2019)

Log Message

[macOS] Revert parts of r240811, since it causes kernel panics.
https://bugs.webkit.org/show_bug.cgi?id=194061

Unreviewed crash fix.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (240856 => 240857)


--- trunk/Source/WebKit/ChangeLog	2019-02-01 17:45:22 UTC (rev 240856)
+++ trunk/Source/WebKit/ChangeLog	2019-02-01 17:47:10 UTC (rev 240857)
@@ -1,3 +1,12 @@
+2019-02-01  Per Arne Vollan  <pvol...@apple.com>
+
+        [macOS] Revert parts of r240811, since it causes kernel panics.
+        https://bugs.webkit.org/show_bug.cgi?id=194061
+
+        Unreviewed crash fix.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-02-01  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [SOUP] Improve use of PAL::SessionID in WebKitCookieManager

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (240856 => 240857)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-02-01 17:45:22 UTC (rev 240856)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-02-01 17:47:10 UTC (rev 240857)
@@ -830,7 +830,6 @@
 #endif // PLATFORM(MAC)
 
 (when (defined? 'syscall-unix)
-    (deny syscall-unix (with send-signal SIGKILL))
     (allow syscall-unix
         (syscall-number SYS_exit)
         (syscall-number SYS_read)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to