[Webkit-unassigned] [Bug 266902] WKWebView is crashing when loading in iOS 16.x
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 26 17:27:55 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266902
--- Comment #6 from Raiam Quesada <raiam.quesada at ilumivu.com> ---
Look this one:
com.apple.tcc.preflight.kTCCServiceMicrophone
0 libsystem_kernel.dylib 0xb48 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x13008 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x13248 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x108c mach_msg + 24
4 libdispatch.dylib 0x1f364 _dispatch_mach_send_and_wait_for_reply + 540
5 libdispatch.dylib 0x1f6ec dispatch_mach_send_with_result_and_wait_for_reply + 60
6 libxpc.dylib 0x102e4 xpc_connection_send_message_with_reply_sync + 240
7 TCC 0x1c20 tccd_send_message + 940
8 TCC 0x6db8 __TCCAccessRequest_block_invoke_3 + 868
9 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
10 libdispatch.dylib 0x13574 _dispatch_lane_barrier_sync_invoke_and_complete + 56
11 libsystem_trace.dylib 0x6d78 _os_activity_initiate_impl + 64
12 TCC 0x2fac TCCAccessRequest + 476
13 TCC 0x222c TCCAccessPreflight + 300
14 WebKit 0x4218d4 WebKit::checkUsageDescriptionStringForType(WebKit::MediaPermissionType) + 288
15 WebKit 0x45bfe8 WebKit::WebPreferences::platformInitializeStore() + 72
16 WebKit 0x654814 WebKit::WebPreferences::WebPreferences(WTF::String const&, WTF::String const&, WTF::String const&) + 204
17 WebKit 0x6545b8 WebKit::WebPreferences::createWithLegacyDefaults(WTF::String const&, WTF::String const&, WTF::String const&) + 72
18 WebKit 0x619c98 WebKit::WebPageGroup::WebPageGroup(WTF::String const&) + 276
19 WebKit 0x6568f4 WebKit::WebProcessPool::WebProcessPool(API::ProcessPoolConfiguration&) + 204
20 WebKit 0x3610 -[WKProcessPool _initWithConfiguration:] + 80
21 WebKit 0xbcf4 -[WKProcessPool init] + 48
22 WebKit 0x5544 -[WKWebViewConfiguration processPool] + 56
23 WebKit 0x5230 -[WKWebViewConfiguration copyWithZone:] + 112
24 WebKit 0x4770 -[WKWebView _initializeWithConfiguration:] + 140
25 WebKit 0x46d0 -[WKWebView initWithFrame:configuration:] + 72
26 Cardiogram 0xbac4 ViewController.initializeWebView() + 308 (ViewController.swift:308)
27 Cardiogram 0xaaec ViewController.mountWebView() + 210 (ViewController.swift:210)
28 Cardiogram 0xa19c ViewController.viewWillAppear(_:) + 157 (ViewController.swift:157)
29 Cardiogram 0xa1dc @objc ViewController.viewWillAppear(_:) + 40 (<compiler-generated>:40)
30 UIKitCore 0xd838 -[UIViewController _setViewAppearState:isAnimating:] + 616
31 UIKitCore 0xb14c0 -[UIViewController __viewWillAppear:] + 104
32 UIKitCore 0x1a7c88 -[UINavigationController _startTransition:fromViewController:toViewController:] + 592
33 UIKitCore 0x1a6fb4 -[UINavigationController _startDeferredTransitionIfNeeded:] + 608
34 UIKitCore 0x1a6604 -[UINavigationController __viewWillLayoutSubviews] + 96
35 UIKitCore 0x1a6568 -[UILayoutContainerView layoutSubviews] + 172
36 UIKitCore 0x5020 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1980
37 QuartzCore 0x99ec CA::Layer::layout_if_needed(CA::Transaction*) + 500
38 QuartzCore 0x1d0a0 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 148
39 QuartzCore 0x2e5b0 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 456
40 QuartzCore 0x635ec CA::Transaction::commit() + 652
41 QuartzCore 0x4c8cc CA::Transaction::flush_as_runloop_observer(bool) + 88
42 UIKitCore 0x504b44 _UIApplicationFlushCATransaction + 52
43 UIKitCore 0x652740 _UIUpdateSequenceRun + 84
44 UIKitCore 0xc99fd0 schedulerStepScheduledMainSection + 172
45 UIKitCore 0xc9919c runloopSourceCallback + 92
46 CoreFoundation 0xd5f54 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
47 CoreFoundation 0xe232c __CFRunLoopDoSource0 + 176
48 CoreFoundation 0x66210 __CFRunLoopDoSources0 + 244
49 CoreFoundation 0x7bba8 __CFRunLoopRun + 836
50 CoreFoundation 0x80ed4 CFRunLoopRunSpecific + 612
51 GraphicsServices 0x1368 GSEventRunModal + 164
52 UIKitCore 0x3a23d0 -[UIApplication _run] + 888
53 UIKitCore 0x3a2034 UIApplicationMain + 340
54 Cardiogram 0x3bba8 main + 21 (AppDelegate.swift:21)
55 ??? 0x1a73ac960 (Missing)
it's showing the issue at our same line, but with different stack trace, that is why I have ended up with no clue on what can be happening with iOS 16 (certain devices)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231227/85a6568d/attachment-0001.htm>
More information about the webkit-unassigned
mailing list