⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280955 in webkit


Ignore:
Timestamp:
Aug 11, 2021, 8:48:28 PM (5 years ago)
Author:
Jean-Yves Avenard
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.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r280953 r280955  
     12021-08-11  Jean-Yves Avenard  <jya@apple.com>
     2
     3        [Monterey] WebContent process immediately crash when GPU Process is disabled
     4        https://bugs.webkit.org/show_bug.cgi?id=228944
     5        rdar://81727094
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * WebProcess/com.apple.WebProcess.sb.in: Allow SYS_getpriority syscall.
     10
    1112021-08-11  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r280644 r280955  
    20452045#endif
    20462046        (syscall-number SYS_open_dprotected_np) ;; <rdar://problem/74473824>
     2047        (syscall-number SYS_getpriority) ;; rdar://81727094. Required for CoreAudio AudioOutputUnitStart call. Remove when GPU process is enabled by default.
    20472048    )
    20482049
Note: See TracChangeset for help on using the changeset viewer.