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
Hi, I have a map in my app, after user logs out the map should be destroyed. Sometimes I receive crashlytics reports with EXC_BAD_ACCESS KERN_INVALID_ADDRESS
I guess it might happen in few seconds after logout (after map was destroyed) or after log in back (after new map instance created)
I can't reproduce it myself, I've checked deinit method of MapView - all good (called after logout as expected), also I've checked that there are not old instances of MapView in memory graph
This stack trace and error message isn't really helpful, I have no idea what might be wrong with this.
Are there any ideas?
The text was updated successfully, but these errors were encountered:
Environment
Observed behavior and steps to reproduce
Hi, I have a map in my app, after user logs out the map should be destroyed. Sometimes I receive crashlytics reports with EXC_BAD_ACCESS KERN_INVALID_ADDRESS
Stack trace:
I guess it might happen in few seconds after logout (after map was destroyed) or after log in back (after new map instance created)
I can't reproduce it myself, I've checked deinit method of MapView - all good (called after logout as expected), also I've checked that there are not old instances of MapView in memory graph
This stack trace and error message isn't really helpful, I have no idea what might be wrong with this.
Are there any ideas?
The text was updated successfully, but these errors were encountered: