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

App crashing with ConcurrentModificationException in Mixpanel SDK code #720

Closed
ori-6over6 opened this issue Dec 28, 2020 · 2 comments
Closed

Comments

@ori-6over6
Copy link

ori-6over6 commented Dec 28, 2020

Hey,

We are seeing crashes in firebase crashlytics that originate in Mixpanel SDK code.
We use version 5.8.4.

This is the relevant part of the 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.mixpanel.android.mpmetrics.MixpanelAPI.track(MixpanelAPI.java:2885)
       at com.mixpanel.android.mpmetrics.MixpanelAPI.track(MixpanelAPI.java:868)

Could you please take a look?

Thanks in advance!

@zihejia
Copy link
Collaborator

zihejia commented Apr 15, 2021

Hi @ori-6over6 , did you track any properties on the track call? Is there any possibility you modify the properties on another thread during the track call?

@zihejia
Copy link
Collaborator

zihejia commented Jul 2, 2021

I’m closing this issue because it has been inactive for a few months. Please reopen if you still encounter this issue.

@zihejia zihejia closed this as completed Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants