Skip to content
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

ConcurrentModificationException on FetchedAppGateKeepersManager.getGateKeepersForApplication #1210

Open
5 tasks done
eloisance opened this issue Sep 7, 2023 · 3 comments
Open
5 tasks done

Comments

@eloisance
Copy link

eloisance commented Sep 7, 2023

Checklist before submitting a bug report

Java version

1.8

Android version

17

Android SDK version

33

Installation platform & version

Gradle

Package

Core & AppEvents

Goals

After upgrading the Facebook SDK from 16.1.3 to 16.2.0 in our latest version 3.122.0 we started to see this crash for some of our users in Firebase. The crash seems to happen at the app startup because we don't have any logs in Firebase Crashlytics.

Screenshot 2023-09-07 at 10 44 46

Expected results

No crash should happen

Actual results

Stacktrace :

Fatal Exception: java.util.ConcurrentModificationException:
       at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:757)
       at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:780)
       at com.facebook.internal.FetchedAppGateKeepersManager.getGateKeepersForApplication(FetchedAppGateKeepersManager.kt:165)
       at com.facebook.internal.FetchedAppGateKeepersManager.getGateKeeperForKey(FetchedAppGateKeepersManager.kt:177)
       at com.facebook.internal.FeatureManager.getGKStatus(FeatureManager.kt:107)
       at com.facebook.internal.FeatureManager.isEnabled(FeatureManager.kt:54)
       at com.facebook.internal.FeatureManager.isEnabled(FeatureManager.kt:54)
       at com.facebook.internal.Utility.setAppEventAttributionParameters(Utility.kt:578)
       at com.facebook.applinks.AppLinkData.fetchDeferredAppLinkFromServer(AppLinkData.java:143)
       at com.facebook.applinks.AppLinkData.access$000(AppLinkData.java:36)
       at com.facebook.applinks.AppLinkData$1.run(AppLinkData.java:131)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:919)

Steps to reproduce

No able to reproduce

Code samples & details

No response

@efguydan
Copy link

I have this same bug. Is there anything that can be done about it?

@efguydan
Copy link

Hello. Is there anything that can be done about this? THe issue still persists.
Thank you

@efguydan
Copy link

Hey 👋🏽
It would be great to get some activity on this about what we can try. This issue is really affecting our application and there was a spike earlier this week .

image

Would really appreciate a response, Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants