facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.53k stars 2.01k forks source link

Seeing the app crash due to crash at com.facebook.SocketRocket.NetworkThread #660

Open prasann-1433 opened 1 year ago

prasann-1433 commented 1 year ago

Crashed: com.facebook.SocketRocket.NetworkThread 0 AppKit 0x319bd0 -[NSApplication _crashOnException:] + 240 1 AppKit 0x3199a8 -[NSApplication reportException:] + 440 2 AppKit 0x3b3934 NSApplicationUncaughtExceptionHandler + 152 3 CoreFoundation 0x19612c handleUncaughtException + 692 4 libobjc.A.dylib 0x23020 _objc_terminate() + 132 5 BlueCrashlytics 0x15b18 FIRCLSTerminateHandler() + 335 (FIRCLSException.mm:335) 6 libc++abi.dylib 0x14f48 std::terminate(void (*)()) + 16 7 libc++abi.dylib 0x17f44 __cxa_rethrow + 148 8 libobjc.A.dylib 0x35670 objc_exception_rethrow + 44 9 CoreFoundation 0x7d650 CFRunLoopRunSpecific + 808 10 Foundation 0x5d0bc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 11 SocketRocket 0xd910 -[SRRunLoopThread main] + 70 (SRRunLoopThread.m:70) 12 Foundation 0x5663c NSThreadstart__ + 716 13 libsystem_pthread.dylib 0x6fa8 _pthread_start + 148 14 libsystem_pthread.dylib 0x1da0 thread_start + 8

This is affecting 13.3.2 and above, Do we have a fix for this?