-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
[CRASH] CoreFoundation _inputStreamCallbackFunc #859
Comments
@daltoniam Any thoughts? |
same crashes :( |
same crashes |
We also have these kind of crashes and mostly when app is in background (91%). @daltoniam any idea? |
Also got the same crash, but only 7% in background |
Any update on this? Crashed: com.vluxe.starscream.websocket |
This was fixed in #777, which is included in the @daltoniam would it be possible to make a new official release which includes the fix for the crash? In addition, we are still seeing this crash with |
Here is a crash that has started coming up. It seems similar to #676
Below is the Crashlytics stack trace. We are using the latest version of Starscream and we are using the socket in a thead safe way.
Crashed: com.vluxe.starscream.websocket
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000064e8d60bc
_inputStreamCallbackFunc
Crashed: com.vluxe.starscream.websocket
0 libobjc.A.dylib 0x1988dfd10 objc_opt_respondsToSelector + 20
1 CoreFoundation 0x198b05b0c _inputStreamCallbackFunc + 48
2 CoreFoundation 0x198b3831c _signalEventSync + 212
3 CoreFoundation 0x198b3837c ___signalEventQueue_block_invoke + 24
4 libdispatch.dylib 0x1988669a8 _dispatch_call_block_and_release + 24
5 libdispatch.dylib 0x198867524 _dispatch_client_callout + 16
6 libdispatch.dylib 0x198844b3c _dispatch_lane_serial_drain$VARIANT$armv81 + 564
7 libdispatch.dylib 0x19884554c _dispatch_lane_invoke$VARIANT$armv81 + 396
8 libdispatch.dylib 0x19884e84c _dispatch_workloop_worker_thread + 580
9 libsystem_pthread.dylib 0x1988b8b74 _pthread_wqthread + 272
10 libsystem_pthread.dylib 0x1988bb740 start_wqthread + 8
The text was updated successfully, but these errors were encountered: