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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
It might be device-dependent as I'm randomly able to reproduce this on Xperia Z3. I'll try to run #10814 on a bunch of AWS farm devices to capture some more results.
Was able to reproduce this issue by setting the render surface to View.GONE so the surface creation callback doesn't get invoked. Rotating or closing the activity will show the crash from above. Hardening and handling this case correctly will result in not crashing the map.
When rapidly rotating Android device and constantly reloading the map, below
assertion error
was thrown:Abort message: '/home/lukas/Android/mapbox/mapbox-gl-native/platform/android/src/map_renderer.cpp:102: void mbgl::android::MapRenderer::resetRenderer(): assertion "renderer" failed'
NDK stack trace:
The text was updated successfully, but these errors were encountered: