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
Hello,
we are using the Google Cast SDK in production for our iOS app.
Some users are experiencing this crash especially in background.
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000005abd033b0 -[GCKBackgroundThread main] Crashed: Thread 0 libobjc.A.dylib 0x1bdf03474 objc_msgSend + 20 1 CFNetwork 0x1aa17069c CFNetServiceBrowserSearchForServices + 47124 2 CFNetwork 0x1aa1b2c5c CFNetServiceResolveWithTimeout + 1636 3 CoreFoundation 0x1a9b023e0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 4 CoreFoundation 0x1a9b01fe4 __CFRunLoopDoTimer + 1004 5 CoreFoundation 0x1a9b014c4 __CFRunLoopDoTimers + 324 6 CoreFoundation 0x1a9afb850 __CFRunLoopRun + 1912 7 CoreFoundation 0x1a9afaba0 CFRunLoopRunSpecific + 572 8 Foundation 0x1aad1a7f8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 9 Foundation 0x1aad1a6d8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 10 eSound 0x100da3cf8 -[GCKBackgroundThread main] + 14 (GCKBackgroundThread.m:14) 11 Foundation 0x1aae774bc __NSThread__start__ + 848 12 libsystem_pthread.dylib 0x1f2367c9c _pthread_start + 288 13 libsystem_pthread.dylib 0x1f236c880 thread_start + 8
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered:
This crash also occured in my RN project, have you solved it?
Sorry, something went wrong.
We are experiencing the same issue from the Google Cast SDK.
No branches or pull requests
Hello,
we are using the Google Cast SDK in production for our iOS app.
Some users are experiencing this crash especially in background.
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered: