Open aritra-tech opened 7 months ago
@aritra-tech Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
google-maps
tagThis is an automated message, feel free to ignore.
@aritra-tech , can you provide some steps to reproduce this issue?
aritra-tech, did you have the chance to check the message above?
@kikoso Hey, sorry for the late response. We are working together and we found out multiple instance of this from Firebase Crashlytics log. This is from the prod release crash log and never faced this ourselves, hence we can't reproduce it.
Hey, @kikoso in our debug build it's working fine but in prod
it's getting multiple instances. It is mainly happening on Android 14
and after checking the logs whenever the user comes to the Map Screen
it crashes.
Is it occurring because the version of google maps compose?
Hey, @kikoso in our debug build it's working fine but in
prod
it's getting multiple instances. It is mainly happening onAndroid 14
and after checking the logs whenever the user comes to theMap Screen
it crashes.Is it occurring because the version of google maps compose?
having the same exact issue, can not reproduce but seeing it in crashlytics. We however have an even spread of android 11, 12, 13 and 14.
Hi @aritra-tech and @eckoj433 .
Without a snippet that we could use to reproduce the issue it is hard to say. At a first glance it does not seem that this is triggered by the Compose layer. From what I see it could be related to a concurrency issue.
Let's keep this open until we can gather more information.
I am seeing the same issue (in production) with a Mapview without compose, so it seems to be a concurrency issue in the Google Maps Library.
Fatal Exception: java.lang.ClassCastException java.util.HashMap$Node cannot be cast to java.util.HashMap$TreeNode
Crash Log