-[WKSyntheticTapGestureRecognizer setState:]崩溃

发布于 2025-01-16 15:55:33 字数 1137 浏览 4 评论 0原文

我们在我们的应用程序中遇到了崩溃:-[WKSyntheticTapGestureRecognizer setState:]。我还附上了崩溃报告以供参考:

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1540 objc_msgSend + 32
1  WebKit                         0x4a6bd8 -[WKSyntheticTapGestureRecognizer setState:] + 100
2  UIKitCore                      0x2bb320 -[UITapRecognizer tooSlow:] + 76
3  Foundation                     0x365fc __NSFireDelayedPerform + 460
4  CoreFoundation                 0xae318 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
5  CoreFoundation                 0x32cf0 __CFRunLoopDoTimer + 1076
6  CoreFoundation                 0x2d4ec __CFRunLoopDoTimers + 328
7  CoreFoundation                 0xbd08 __CFRunLoopRun + 1944
8  CoreFoundation                 0x1f468 CFRunLoopRunSpecific + 600
9  GraphicsServices               0x138c GSEventRunModal + 164
10 UIKitCore                      0x51a088 -[UIApplication _run] + 1100
11 UIKitCore                      0x298958 UIApplicationMain + 2092
12 Adoddle Field Plus             0x1238f0 main + 17 (main.mm:17)
13 ???                            0x10817daa4 (Missing)

We have encountered the crash : -[WKSyntheticTapGestureRecognizer setState:] in our app.I am also attaching crash report for the reference:

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1540 objc_msgSend + 32
1  WebKit                         0x4a6bd8 -[WKSyntheticTapGestureRecognizer setState:] + 100
2  UIKitCore                      0x2bb320 -[UITapRecognizer tooSlow:] + 76
3  Foundation                     0x365fc __NSFireDelayedPerform + 460
4  CoreFoundation                 0xae318 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
5  CoreFoundation                 0x32cf0 __CFRunLoopDoTimer + 1076
6  CoreFoundation                 0x2d4ec __CFRunLoopDoTimers + 328
7  CoreFoundation                 0xbd08 __CFRunLoopRun + 1944
8  CoreFoundation                 0x1f468 CFRunLoopRunSpecific + 600
9  GraphicsServices               0x138c GSEventRunModal + 164
10 UIKitCore                      0x51a088 -[UIApplication _run] + 1100
11 UIKitCore                      0x298958 UIApplicationMain + 2092
12 Adoddle Field Plus             0x1238f0 main + 17 (main.mm:17)
13 ???                            0x10817daa4 (Missing)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兮颜 2025-01-23 15:55:33

KERN_INVALID_ADDRESS at 0x0000000000000010

就像WKSyntheticTapGesturestabilizer已经发布并且仍在访问其成员变量

KERN_INVALID_ADDRESS at 0x0000000000000010

Like WKSyntheticTapGesturestabilizer has been released and is still accessing its member variables

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文