i got a crash report from Firebase Crashlytics ,i cannot reproduce the issue .it happens in iOS 17 it seems like it related to Network library
Crashed: com.apple.network.connection-208
0 libobjc.A.dylib 0x3150 objc_retain_x23 + 16
1 Network 0x64138 nw_connection_report_state_with_handler_on_nw_queue + 1548
2 Network 0x20f64 __nw_connection_start_block_invoke + 428
3 libdispatch.dylib 0x26a8 _dispatch_call_block_and_release + 32
4 libdispatch.dylib 0x4300 _dispatch_client_callout + 20
5 libdispatch.dylib 0xb894 _dispatch_lane_serial_drain + 748
6 libdispatch.dylib 0xc3f8 _dispatch_lane_invoke + 432
7 libdispatch.dylib 0xd6a8 _dispatch_workloop_invoke + 1756
8 libdispatch.dylib 0x17004 _dispatch_root_queue_drain_deferred_wlh + 288
9 libdispatch.dylib 0x16878 _dispatch_workloop_worker_thread + 404
10 libsystem_pthread.dylib 0x1964 _pthread_wqthread + 288
11 libsystem_pthread.dylib 0x1a04 start_wqthread + 8
com.apple.main-thread
0 ??? 0x1c51e0678 (Missing)
1 ??? 0x1c51e0610 (Missing)
2 ??? 0x1c51dfee0 (Missing)
3 libsystem_c.dylib 0x176a8 backtrace_symbols + 144
4 Network 0x5fe380 __nw_create_backtrace_string + 208
5 Network 0x10c43c __nw_connection_set_queue_block_invoke + 376
6 Network 0x10bf6c nw_connection_set_queue + 184
7 Network 0x18fad0 NWConnection.start(queue:) + 280
8 NWWebSocket 0x4b24 $s11NWWebSocketAAC7connectyyF + 1472
9 PusherSwift 0x15534 $s11PusherSwift0A10ConnectionC7connectyyF + 240
10 PusherSwift 0x15568 $s11PusherSwift0A10ConnectionC7connectyyFTo + 24
11 Foundation 0x74dcec __NSFireTimer + 96
12 CoreFoundation 0xad5d0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
13 CoreFoundation 0xad278 __CFRunLoopDoTimer + 1004
14 CoreFoundation 0x36e74 __CFRunLoopDoTimers + 288
15 CoreFoundation 0x33e8c __CFRunLoopRun + 1856
16 CoreFoundation 0x33668 CFRunLoopRunSpecific + 608
17 GraphicsServices 0x35ec GSEventRunModal + 164
18 UIKitCore 0x22c294 -[UIApplication _run] + 888
19 UIKitCore 0x22b8d0 UIApplicationMain + 340
20 SwiftUI 0x11620fc OUTLINED_FUNCTION_31 + 604
21 SwiftUI 0x1161f40 OUTLINED_FUNCTION_31 + 160
22 SwiftUI 0xdd3868 OUTLINED_FUNCTION_26 + 2196
23 Prospace VMS Native 0x6a144 main + 4306067780 (Prospace_VMS_NativeApp.swift:4306067780)
24 ??? 0x1c51badcc (Missing)
could help me on this ?
Probably not )-:
It’s hard to get meaningful information from third-party crash reports, for the reasons I outlined above.
The only thing that stands out is that the crash is in an objc_retain_*
call, which suggests that you have a memory management problem. It’s possible that applying the standard memory debugging tools might make the crash more reproducible, which will then allow for further debugging.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"