We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 NSThread__start + 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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 NSThread__start + 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?
The text was updated successfully, but these errors were encountered: