Fixed
Status Update
Comments
an...@google.com <an...@google.com>
[Deleted User] <[Deleted User]> #2
Hello, Any update on this issue?
I attach the reproduce project. This is based on the sample code (https://github.com/googlemaps/android-samples ).
This issue occurs even when using Premium Plan SDK.
[Steps to reproduce]
1.Build and launch the app (Please set your API key).
2.Choose 'Basic Map' or 'Save the state of a MapFragment'.
3.Wait the map animation is finished, tilt by two fingers.
4.Activity crash. Both 'Basic Map' and 'Save the state of a MapFragment' are crashed.
[Library]
com.google.android.gms:play-services-maps:11.0.2
or
googlemaps-android-m4b-2.29.0.zip
[Devices]
Sumsung Galaxy S5 (6.0.1)
HTC 10 (7.0)
I attach the reproduce project. This is based on the sample code (
This issue occurs even when using Premium Plan SDK.
[Steps to reproduce]
1.Build and launch the app (Please set your API key).
2.Choose 'Basic Map' or 'Save the state of a MapFragment'.
3.Wait the map animation is finished, tilt by two fingers.
4.Activity crash. Both 'Basic Map' and 'Save the state of a MapFragment' are crashed.
[Library]
com.google.android.gms:play-services-maps:11.0.2
or
googlemaps-android-m4b-2.29.0.zip
[Devices]
Sumsung Galaxy S5 (6.0.1)
HTC 10 (7.0)
an...@google.com <an...@google.com>
jh...@google.com <jh...@google.com>
an...@google.com <an...@google.com>
jh...@google.com <jh...@google.com> #4
Thank you for reporting this issue. We are aware of it and are currently evaluating possible long term fixes. In the meantime, the best way to prevent it from happening is to disable Indoor as mentioned in the StackOverflow question: googleMap.setIndoorEnabled(false);. Thank you for your understanding.
ma...@deliveroo.co.uk <ma...@deliveroo.co.uk> #5
We're suddenly seeing huge spikes of these crashes without updating the app. The crashes happen on two of our apps and on all versions of them. It just started to spike yesterday.
al...@gmail.com <al...@gmail.com> #6
We (Lyft) are also seeing huge spikes in this crash as well.
jh...@google.com <jh...@google.com>
[Deleted User] <[Deleted User]> #7
We are having huge spikes in last couple of days with the described workaround - setIndoorsEnabled(false).
jh...@google.com <jh...@google.com> #8
[removed]
[Deleted User] <[Deleted User]> #9
Also had a spike of crashes, Used the fix in #4
da...@wagwalking.com <da...@wagwalking.com> #10
We are also seeing huge spikes in crashes (Wag!)
at...@gmail.com <at...@gmail.com> #11
i have added multiple marker in map and when i zoom in to markers and when zoom level reaches marker and when i try to drag to another place or zoom out app crashes, for now googleMap.setIndoorEnabled(false);. fixed crash
ng...@gmail.com <ng...@gmail.com> #12
For my case it suddenly crash since June 15, is it related to any change configuration from google maps remote server related to enable/disable indoor position ?
pu...@gmail.com <pu...@gmail.com> #13
Comment has been deleted.
jh...@google.com <jh...@google.com> #14
#13, We'll actually keep using this issue for instances of this crash where indoor maps are disabled, sorry for the confusion.
We are currently internally testing a fix for this issue and will add it to the updates pipeline once it's ready. Due to the timing of release cycles, we still recommend disabling indoor maps as best short-term workaround for now if you or your users are heavily affected. We will post an update here when the fix for this issue is rolled-out.
We are currently internally testing a fix for this issue and will add it to the updates pipeline once it's ready. Due to the timing of release cycles, we still recommend disabling indoor maps as best short-term workaround for now if you or your users are heavily affected. We will post an update here when the fix for this issue is rolled-out.
ed...@emma-app.com <ed...@emma-app.com> #16
Hey guys, I am seeing the same. We don't use indoor maps.
je...@gmail.com <je...@gmail.com> #18
We are facing the same problem for London location and we don't use indoor maps
[Deleted User] <[Deleted User]> #19
After disabling the indoormaps by adding the following line in kotlin
"map.isIndoorEnabled = false"
This workaround for now fixed the issue to my app.
"map.isIndoorEnabled = false"
This workaround for now fixed the issue to my app.
[Deleted User] <[Deleted User]> #20
We actually use the indoor navigation feature in London with zoom level 16, and it crash, so for now it's disabled, is there a plan to fix this issue? when? it's business critical for us.
thanks,
thanks,
jh...@google.com <jh...@google.com> #21
#20, the fix for this issue will be deployed to devices by early October.
lm...@google.com <lm...@google.com> #22
The fix for this issue has been deployed to users in the latest version of Google Play Services.
jh...@google.com <jh...@google.com>
je...@gmail.com <je...@gmail.com> #23
cp...@gmail.com <cp...@gmail.com> #24
Crash map camera move(map scroll) with higher zoom level(17.0f ~ ) in Tokyo, Japan, Bengaluru, India, Hanoi, Vietnam, Thai, Taiwan......
Environment:
Device: Galaxy S20 (Android 11)
google-play-services_lib: com.google.android.gms:play-services-maps:17.0.1
Google play services on the device: 21.21.16(150400-378233385)
mGoogleMap.setIndoorEnabled(false);
Log messages
alloc: mmap failed errno 12 Out of memory
E/Adreno-GSL: <gsl_memory_alloc_pure:2604>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
W/Adreno-GSL: <sharedmem_gpuobj_alloc:2736>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
.
.
.
.
E/Adreno-GSL: <gsl_memory_alloc_pure:2604>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
W/Adreno-GSL: <sharedmem_gpuobj_alloc:2736>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
Crash finally.
Environment:
Device: Galaxy S20 (Android 11)
google-play-services_lib: com.google.android.gms:play-services-maps:17.0.1
Google play services on the device: 21.21.16(150400-378233385)
mGoogleMap.setIndoorEnabled(false);
Log messages
alloc: mmap failed errno 12 Out of memory
E/Adreno-GSL: <gsl_memory_alloc_pure:2604>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
W/Adreno-GSL: <sharedmem_gpuobj_alloc:2736>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
.
.
.
.
E/Adreno-GSL: <gsl_memory_alloc_pure:2604>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
W/Adreno-GSL: <sharedmem_gpuobj_alloc:2736>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
Crash finally.
Description
1. Zoom level greater than 17.
2. Tilt angle is set (non 0. e.g. 60)
3. Tokyo Show on map.
note: Just only occurs in Japan!(especially in central Tokyo) It does not occur in Shanghai and New York!
After a few times scroll, the map update becomes slow then the app will crash.
Environment:
Device: Google Nexus5X (Android 6.0)
Sony Xperia SO-03H (Android 6.0)
HTC J One HTL22 (Android 4.4.2)
google-play-services_lib: com.google.android.gms:play-services-maps:9.6.1
Google play services on the device: 9.6.83(038-133155058)