You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not security related and can safely be disclosed publicly on GitHub
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.
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
The text was updated successfully, but these errors were encountered:
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 .
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
to16.2.0
in our latest version3.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.Expected results
No crash should happen
Actual results
Stacktrace :
Steps to reproduce
No able to reproduce
Code samples & details
No response
The text was updated successfully, but these errors were encountered: