swift-sdk icon indicating copy to clipboard operation
swift-sdk copied to clipboard

Crash on NetworkConnectivityChecker.checkConnectivity

Open deivitaka opened this issue 3 years ago • 1 comments

Device info:

iPhone 13 iOS 16.0.0

crash_info_entry_0
BUG IN CLIENT OF LIBDISPATCH: Unbalanced call to dispatch_group_leave()

Log

Crashed: com.apple.NSURLSession-delegate 0 libdispatch.dylib 0x3a5ac dispatch_group_leave.cold.1 + 36 1 libdispatch.dylib 0x4e30 _dispatch_group_wake + 130 2 myapp 0x7e0064 closure #1 in closure #1 in NetworkConnectivityChecker.checkConnectivity() + 35 (NetworkConnectivityChecker.swift:35) 3 myapp 0x7e0a88 partial apply for closure #1 in closure #1 in NetworkConnectivityChecker.checkConnectivity() + 2280632 (:2280632) 4 myapp 0x7e3b78 thunk for @escaping @callee_guaranteed (@guaranteed Data?, @guaranteed NSURLResponse?, @guaranteed Error?) -> () + 2293160 (:2293160) 5 CFNetwork 0x1fd1c CFURLRequestSetMainDocumentURL + 2972 6 CFNetwork 0x2fc40 _CFNetworkErrorCopyLocalizedDescriptionWithHostname + 13484 7 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32 8 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20 9 libdispatch.dylib 0xb694 _dispatch_lane_serial_drain + 672 10 libdispatch.dylib 0xc214 _dispatch_lane_invoke + 436 11 libdispatch.dylib 0x16e10 _dispatch_workloop_worker_thread + 652 12 libsystem_pthread.dylib 0xdf8 _pthread_wqthread + 288 13 libsystem_pthread.dylib 0xb98 start_wqthread + 8

deivitaka avatar Sep 15 '22 16:09 deivitaka

Device info:

iPad (6th generation) (Model A1893) iOS 16.4

IterableSDK: closure #1 in closure #1 in NetworkConnectivityChecker.checkConnectivity() + 160

screenshot

bluelagon avatar Apr 25 '23 09:04 bluelagon