-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Crash: Dozen of crashes inside RCNFetch.m line 221 __81-[RCNConfigFetch refreshInstanceIDTokenAndFetchCheckInInfoWithCompletionHandler:] #4622
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
Comments
This comment has been minimized.
This comment has been minimized.
Hi @rizafran , I will update to latest SDK and check if we would encounter this issue again, thanks |
Any luck @dimaosa? |
Hi @ryanwilson , we are still receiving crashes in this method, even when we used latest libs, I will provide more details on Monday |
With following libs versions, we still receive the same crash
|
Hi, this code has been updated in #4745 . Please retest in the next release and reopen if still an issue. |
Thanks @dmandar , I will wait for the next release |
I am still facing this issues. I am on version 4.4.7. Tried updating pods a dozen times. |
@Nac11 are you able to reproduce the crash consistently? |
@morganchen12 Yes. This crash occurs when both of these things happen together:
I have noticed that during these deeplink scenarios, the fetchAndActivate method of my code is called twice in quick succession. (which is a bug in my app and I have resolved it.) I am able to reproduce this crash consistently. Will be happy to share you more logs if that is helpful. |
Can you share the app that's crashing (or a separate sample app that also crashes)? The stack trace you posted is slightly different from the original issue, so having a repro to figure out the root cause of the crash would be very helpful. |
Hey @dimaosa. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @dimaosa if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Describe your environment
Describe the problem
We are receiving dozen of crashes after updating Pods ->

Steps to reproduce:
Crashes occur randomly and we are not able to reproduce it in debug.
Around 4% of users have this crash.
Relevant Code:
The text was updated successfully, but these errors were encountered: