Skip to content
New issue

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

Crashes with latest version 1.17.2 #40

Closed
Kondamon opened this issue Jun 3, 2022 · 2 comments
Closed

Crashes with latest version 1.17.2 #40

Kondamon opened this issue Jun 3, 2022 · 2 comments

Comments

@Kondamon
Copy link

Kondamon commented Jun 3, 2022

There are multiple crashes in SessionManager with the latest 1.17.2 release:

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

Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   BoardServices                 	0x000000019e884388 -[BSServiceConnectionEndpointMonitor dealloc] + 428 (BSServiceConnectionEndpointMonitor.m:58)
1   UIKitCore                     	0x0000000183ce0918 -[UIApplication .cxx_destruct] + 76 (UIApplication.m:1406)
2   libobjc.A.dylib               	0x00000001991abd28 object_cxxDestructFromClass(objc_object*, objc_class*) + 116 (objc-class.mm:455)
3   libobjc.A.dylib               	0x00000001991a8b74 objc_destructInstance + 80 (objc-class.mm:469)
4   libobjc.A.dylib               	0x00000001991b21c8 _objc_rootDealloc + 80 (objc-runtime-new.mm:8199)
5   UIKitCore                     	0x00000001830797f0 -[UIResponder dealloc] + 156 (UIResponder.m:167)
6   UIKitCore                     	0x0000000183cc8250 -[UIApplication dealloc] + 396 (UIApplication.m:1575)
7   AppName                        	0x0000000100d3e72c partial apply for closure #1 in closure #2 in SessionsManager.trackLiveEventInBackground() + 80 (SessionsManager.swift:0)
8   AppName                        	0x0000000100cff6d4 closure #3 in KinesisManager.syncEvents(profileInstallationMetaID:secretSigningKey:accessKeyId:sessionToken:completion:) + 504 (KinesisManager.swift:110)
9   AppName                        	0x0000000100cd2c14 specialized closure #1 in closure #1 in closure #1 in RequestManager.performRequest<A>(_:router:completion:) + 188
10  AppName                        	0x0000000100ce0640 partial apply for specialized closure #1 in closure #1 in closure #1 in RequestManager.performRequest<A>(_:router:completion:) + 36
11  AppName                        	0x0000000100cd8858 specialized closure #2 in RequestManager.handleResult<A>(task:result:response:completion:) + 68 (RequestManager.swift:287)
12  AppName                        	0x0000000100cca098 thunk for @escaping @callee_guaranteed () -> () + 28 (<compiler-generated>:0)
13  libdispatch.dylib             	0x00000001805d9924 _dispatch_call_block_and_release + 32 (init.c:1517)
14  libdispatch.dylib             	0x00000001805db670 _dispatch_client_callout + 20 (object.m:560)
15  libdispatch.dylib             	0x00000001805e9b70 _dispatch_main_queue_callback_4CF + 944 (inline_internal.h:2601)
16  CoreFoundation                	0x0000000180921d84 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1795)
17  CoreFoundation                	0x00000001808dbf5c __CFRunLoopRun + 2540 (CFRunLoop.c:3144)
18  CoreFoundation                	0x00000001808ef468 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
19  GraphicsServices              	0x000000019c49338c GSEventRunModal + 164 (GSEvent.c:2200)
20  UIKitCore                     	0x00000001832925d0 -[UIApplication _run] + 1100 (UIApplication.m:3493)
21  UIKitCore                     	0x0000000183010f74 UIApplicationMain + 364 (UIApplication.m:5047)
22  AppName                        	0x0000000100363ed4 main + 68 (ReminderRepository.swift:19)
23  dyld                          	0x00000001017c9aa4 start + 520 (dyldMain.cpp:879)
@ihityouback
Copy link
Collaborator

@Kondamon
Should be fixed in release 1.17.3

@leearmstrong
Copy link

We are getting this with 1.17.3

Thread 0 name:
Thread 0 Crashed:
0   BoardServices                 	0x00000001ebca03e4 -[BSServiceConnectionEndpointMonitor dealloc] + 424 (BSServiceConnectionEndpointMonitor.m:58)
1   UIKitCore                     	0x00000001d0a9fab4 -[UIApplication .cxx_destruct] + 76 (UIApplication.m:1412)
2   libobjc.A.dylib               	0x00000001e643d380 object_cxxDestructFromClass(objc_object*, objc_class*) + 116 (objc-class.mm:455)
3   libobjc.A.dylib               	0x00000001e643a1b4 objc_destructInstance + 80 (objc-class.mm:469)
4   libobjc.A.dylib               	0x00000001e6443a00 _objc_rootDealloc + 80 (objc-runtime-new.mm:8250)
5   UIKitCore                     	0x00000001cfe2ff08 -[UIResponder dealloc] + 156 (UIResponder.m:178)
6   UIKitCore                     	0x00000001d0a86a68 -[UIApplication dealloc] + 396 (UIApplication.m:1581)
7   Foundation                    	0x00000001ceef26c0 -[_NSThreadPerformInfo dealloc] + 48 (NSThread.m:269)
8   Foundation                    	0x00000001ceee9f3c __NSThreadPerformPerform + 240 (NSThread.m:1071)
9   CoreFoundation                	0x00000001cd773414 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1972)
10  CoreFoundation                	0x00000001cd7841a0 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2016)
11  CoreFoundation                	0x00000001cd6bd6f8 __CFRunLoopDoSources0 + 368 (CFRunLoop.c:2061)
12  CoreFoundation                	0x00000001cd6c305c __CFRunLoopRun + 828 (CFRunLoop.c:2951)
13  CoreFoundation                	0x00000001cd6d6bc8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
14  GraphicsServices              	0x00000001e980a374 GSEventRunModal + 164 (GSEvent.c:2200)
15  UIKitCore                     	0x00000001d0046648 -[UIApplication _run] + 1100 (UIApplication.m:3511)
16  UIKitCore                     	0x00000001cfdc7d90 UIApplicationMain + 364 (UIApplication.m:5064)
17  Our App                  	        0x0000000100fab208 main + 68 (AppDelegate.swift:28)
18  dyld                          	0x0000000101f89ce4 start + 520 (dyldMain.cpp:879)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants