SIGTRAP Crash

I'm having some issues tracking down the reason for the crash. It's affecting a ton of users but it seems to be a Swift runtime issue in Apples library. Can anyone help me out?

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001e920823c
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: SIGNAL 5 Trace/BPT trap: 5
Terminating Process: exc handler [5315]

Triggered by Thread:  0


Kernel Triage:
VM - Compressor failed a blocking pager_get


Thread 0 name:
Thread 0 Crashed:
0   BaseBoard                     	0x00000001e920823c -[_BSActionResponder action_sendResponse:] + 600 (BSActionResponder.m:127)
1   BaseBoard                     	0x00000001e9208234 -[_BSActionResponder action_sendResponse:] + 592 (BSActionResponder.m:127)
2   BaseBoard                     	0x00000001e9200e0c -[BSAction sendResponse:] + 92 (BSAction.m:311)
3   UIKitServices                 	0x00000001e8bea830 -[UISFetchContentInBackgroundAction sendResponse:] + 104 (UISFetchContentInBackgroundAction.m:53)
4   UIKitCore                     	0x00000001e6fd68b0 __91-[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:]_block_invoke_3 + 76 (UIApplication.m:10725)
5   UIKitCore                     	0x00000001e639cd38 -[_UIAfterCACommitBlock run] + 72 (_UIAfterCACommitQueue.m:137)
6   UIKitCore                     	0x00000001e62b00c8 -[_UIAfterCACommitQueue flush] + 192 (_UIAfterCACommitQueue.m:228)
7   UIKitCore                     	0x00000001e61d98e8 _runAfterCACommitDeferredBlocks + 644 (UIApplication.m:3038)
8   UIKitCore                     	0x00000001e61da00c _cleanUpAfterCAFlushAndRunDeferredBlocks + 132 (UIApplication.m:3002)
9   UIKitCore                     	0x00000001e61da1bc _afterCACommitHandler + 60 (UIApplication.m:3053)
10  CoreFoundation                	0x00000001e3c45bb4 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36 (CFRunLoop.c:1804)
11  CoreFoundation                	0x00000001e3c14b70 __CFRunLoopDoObservers + 592 (CFRunLoop.c:1917)
12  CoreFoundation                	0x00000001e3c0fc2c __CFRunLoopRun + 1052 (CFRunLoop.c:2979)
13  CoreFoundation                	0x00000001e3c236b8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
14  GraphicsServices              	0x00000001ffcbd374 GSEventRunModal + 164 (GSEvent.c:2200)
15  UIKitCore                     	0x00000001e6588e88 -[UIApplication _run] + 1100 (UIApplication.m:3511)
16  UIKitCore                     	0x00000001e630a5ec UIApplicationMain + 364 (UIApplication.m:5064)
17  Speedify                      	0x00000001047fb268 main + 88 (main.m:14)
18  dyld                          	0x0000000104b79ce4 start + 520 (dyldMain.cpp:879)
[2022-04-20_14-33-40.1406_+0430-6f4f1f1ef853d8feea4fcea2cab39dba1183a769.crash](https://developer.apple.com/forums/content/attachment/f6a77cce-1618-4b7b-a027-368340a6ab7f)

Post not yet marked as solved Up vote post of mikeKane Down vote post of mikeKane
814 views

Replies

I also encountered this problem when I turned on Background Fetch, did you solve it?