robbiehanson / CocoaAsyncSocket

Asynchronous socket networking library for Mac and iOS
Other
12.45k stars 3k forks source link

crashed on iOS 16.1, SIGTRAP #815

Closed jufn closed 1 year ago

jufn commented 1 year ago

libsystem_platform.dylib 0x1d3d7008c os_semaphore_wait.cold.1 + 48544 libsystem_platform.dylib 0x1d3d6a898 __os_semaphore_wait.cold.1 + 26028 CoreFoundation 0x186e6d0c0 _CFBagGetValue + 76 CFNetwork 0x188085498 CFNetworkErrorGetLocalizedDescription + 357868 CoreFoundation 0x186db2c70 _NSSetM_copy + 24 CFNetwork 0x188063014 CFNetworkErrorGetLocalizedDescription + 217448 CoreFoundation 0x186e1aa10 CFRunLoopDoTimer + 996 CoreFoundation 0x186e6d3f8 CFXNotificationRegistrarAddName + 800 CFNetwork 0x18806faec CFNetworkErrorGetLocalizedDescription + 269376 CoreFoundation 0x186ddf5dc CFStringAppendFormatCore + 3212 superstar 0x1000fbfd8 -[GCDAsyncSocket closeWithError:] (GCDAsyncSocket.m:3236) superstar 0x100100a08 -[GCDAsyncSocket doReadEOF] (GCDAsyncSocket.m:5719) superstar 0x1000ff0b0 _66-[GCDAsyncSocket setupReadAndWriteSourcesForNewlyConnectedSocket:]_block_invoke (GCDAsyncSocket.m:4281) libdispatch.dylib 0x18e375fdc dispatch_channel_invoke + 2896 libdispatch.dylib 0x18e37946c dispatch_sync_f_slow + 240 libdispatch.dylib 0x18e38ca58 dispatch_kq_drain + 188 libdispatch.dylib 0x18e37d56c __dispatch_workloop_worker_thread + 2536 libdispatch.dylib 0x18e37e1e0 dispatch_apply_with_attr_f + 612 libdispatch.dylib 0x18e388e10 dispatch_mach_msg_not_sent + 296 libsystem_pthread.dylib 0x1d3dffdf8 _pthread_dependency_wait_np.cold.3 + 8720

seanm commented 1 year ago

There is not enough information there for anyone to help you.

github-actions[bot] commented 1 year ago

This issue has been marked as stale, it will be closed automatically if there is no further activity.