Bug 269977 - REGRESSION (iOS 17.4 beta 4): WebKit::ProcessLauncher::launchProcess() crash
Summary: REGRESSION (iOS 17.4 beta 4): WebKit::ProcessLauncher::launchProcess() crash
Status: RESOLVED DUPLICATE of bug 269759
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: iPhone / iPad iOS 17
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-23 00:58 PST by LeonDai
Modified: 2024-02-27 07:53 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeonDai 2024-02-23 00:58:31 PST
Hello,my app encountered launch crash caused by webkit on iOS 17.4, of which start time matched the release time of iOS 17.4 beta4. The stack is as below. Is this also problem caused by launchGrant?
https://bugs.webkit.org/show_bug.cgi?id=269964
https://bugs.webkit.org/attachment.cgi?id=470025&action=diff

0WebKit
WTF::Detail::CallableWrapper<WebKit::ProcessLauncher::launchProcess()::$_0::operator()(WTF::ThreadSafeWeakPtr<WebKit::ProcessLauncher>, _SEExtensionProcess*, WTF::ASCIILiteral, NSError*) const::{lambda()#2}, void, >::call() (in WebKit) +2480
1JavaScriptCore
WTF::RunLoop::performWork() (in JavaScriptCore) +200
2JavaScriptCore
WTF::RunLoop::performWork(void*) (in JavaScriptCore) +32
3CoreFoundation
___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) +24
4CoreFoundation
___CFRunLoopDoSource0 (in CoreFoundation) +172
5CoreFoundation
___CFRunLoopDoSources0 (in CoreFoundation) +240
6CoreFoundation
___CFRunLoopRun (in CoreFoundation) +824
7CoreFoundation
_CFRunLoopRunSpecific (in CoreFoundation) +604
8GraphicsServices
_GSEventRunModal (in GraphicsServices) +160
9UIKitCore
-[UIApplication _run] (in UIKitCore) +884
10UIKitCore
_UIApplicationMain (in UIKitCore) +336
Comment 1 Alexey Proskuryakov 2024-02-26 15:10:48 PST
Thank you for the report! Could you please attach the complete crash log file? Or even better, if you can file feedback to Apple with a sysdiagnose, please post the FB number here.
Comment 2 Per Arne Vollan 2024-02-27 07:53:42 PST

*** This bug has been marked as a duplicate of bug 269759 ***