We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftEntryKit Release 1.2.6
Describe the bug crash only on iOS 15.5.0 iPhone 12 Pro Max
Crash report 0 libsystem_kernel.dylib __pthread_kill + 8 1 libsystem_pthread.dylib pthread_kill + 268 2 libsystem_c.dylib abort + 168 3 libsystem_malloc.dylib _malloc_put + 550 4 libsystem_malloc.dylib malloc_zone_error + 100 5 libsystem_malloc.dylib free_list_checksum_botch + 40 6 libsystem_malloc.dylib small_free_list_remove_ptr_no_clear + 1220 7 libsystem_malloc.dylib small_malloc_from_free_list + 344 8 libsystem_malloc.dylib small_malloc_should_clear + 220 9 libsystem_malloc.dylib szone_malloc_should_clear + 120 10 libsystem_malloc.dylib _malloc_zone_calloc + 88 11 CoreFoundation __CFBasicHashRehash + 348 12 Foundation -[NSKeyedArchiver _initWithOutput:] + 284 13 Foundation -[NSKeyedArchiver initRequiringSecureCoding:] + 32 14 Foundation +[NSKeyedArchiver archivedDataWithRootObject:requiringSecureCoding:error:] + 76 15 BaseBoard _BSCreateDataFromObject + 140 16 BaseBoard -[NSObject(BaseBoard) bs_secureEncoded] + 20 17 BackBoardServices BKSHIDSetEventDeferringRules + 68 18 BackBoardServices -[BKSHIDEventDeliveryManager _lock_flushIfNeeded] + 276 19 BackBoardServices __67-[BKSHIDEventDeliveryManager _lock_transactionAssertionWithReason:]_block_invoke + 132 20 BaseBoard -[BSSimpleAssertion invalidate] + 72 21 UIKitCore stateMachineSpec_block_invoke_24 + 120 22 UIKitCore handleEvent + 148 23 UIKitCore -[_UIEventDeferringManager _processEventDeferringActions:actionsCount:inScope:forDeferringToken:environments:target:addingRecreationReason:removingRecreationReason:forReason:] + 1388 24 UIKitCore -[_UIEventDeferringManager endLocalEventDeferringForToken:withReason:] + 1284 25 UIKitCore -[UIWindowScene _endKeyboardEnvironmentEventDeferringWithReason:] + 116 26 UIKitCore -[UIWindowScene _endEventDeferringIfNeededForWindow:withReason:] + 492 27 UIKitCore -[UIWindowScene _detachWindow:] + 148 28 UIKitCore -[UIWindow _setWindowHostingScene:] + 156 29 UIKitCore -[UIWindow setWindowScene:] + 220 30 Target Name EKWindowProvider.swift - 第 157 行 EKWindowProvider.displayRollbackWindow() + 157 31 Target Name - 第 9541208 行 EKContentView.removeFromSuperview(keepWindow:) + 9541208 32 Target Name - 第 9552032 行 partial apply for closure #6 in EKContentView.animateOut(with:outTranslationType:) + 9552032 33 Target Name - 第 4317616308 行 thunk for @escaping @callee_guaranteed () -> () + 4317616308
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SwiftEntryKit Release
1.2.6
Describe the bug
crash only on iOS 15.5.0 iPhone 12 Pro Max
Crash report
0
libsystem_kernel.dylib
__pthread_kill + 8
1
libsystem_pthread.dylib
pthread_kill + 268
2
libsystem_c.dylib
abort + 168
3
libsystem_malloc.dylib
_malloc_put + 550
4
libsystem_malloc.dylib
malloc_zone_error + 100
5
libsystem_malloc.dylib
free_list_checksum_botch + 40
6
libsystem_malloc.dylib
small_free_list_remove_ptr_no_clear + 1220
7
libsystem_malloc.dylib
small_malloc_from_free_list + 344
8
libsystem_malloc.dylib
small_malloc_should_clear + 220
9
libsystem_malloc.dylib
szone_malloc_should_clear + 120
10
libsystem_malloc.dylib
_malloc_zone_calloc + 88
11
CoreFoundation
__CFBasicHashRehash + 348
12
Foundation
-[NSKeyedArchiver _initWithOutput:] + 284
13
Foundation
-[NSKeyedArchiver initRequiringSecureCoding:] + 32
14
Foundation
+[NSKeyedArchiver archivedDataWithRootObject:requiringSecureCoding:error:] + 76
15
BaseBoard
_BSCreateDataFromObject + 140
16
BaseBoard
-[NSObject(BaseBoard) bs_secureEncoded] + 20
17
BackBoardServices
BKSHIDSetEventDeferringRules + 68
18
BackBoardServices
-[BKSHIDEventDeliveryManager _lock_flushIfNeeded] + 276
19
BackBoardServices
__67-[BKSHIDEventDeliveryManager _lock_transactionAssertionWithReason:]_block_invoke + 132
20
BaseBoard
-[BSSimpleAssertion invalidate] + 72
21
UIKitCore
stateMachineSpec_block_invoke_24 + 120
22
UIKitCore
handleEvent + 148
23
UIKitCore
-[_UIEventDeferringManager _processEventDeferringActions:actionsCount:inScope:forDeferringToken:environments:target:addingRecreationReason:removingRecreationReason:forReason:] + 1388
24
UIKitCore
-[_UIEventDeferringManager endLocalEventDeferringForToken:withReason:] + 1284
25
UIKitCore
-[UIWindowScene _endKeyboardEnvironmentEventDeferringWithReason:] + 116
26
UIKitCore
-[UIWindowScene _endEventDeferringIfNeededForWindow:withReason:] + 492
27
UIKitCore
-[UIWindowScene _detachWindow:] + 148
28
UIKitCore
-[UIWindow _setWindowHostingScene:] + 156
29
UIKitCore
-[UIWindow setWindowScene:] + 220
30
Target Name
EKWindowProvider.swift - 第 157 行
EKWindowProvider.displayRollbackWindow() + 157
31
Target Name
- 第 9541208 行
EKContentView.removeFromSuperview(keepWindow:) + 9541208
32
Target Name
- 第 9552032 行
partial apply for closure #6 in EKContentView.animateOut(with:outTranslationType:) + 9552032
33
Target Name
- 第 4317616308 行
thunk for @escaping @callee_guaranteed () -> () + 4317616308
The text was updated successfully, but these errors were encountered: