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.
Power cut when the logo shows but map not yet show
Restart the app
App crash each time
Expected behavior
Actual behavior
java.lang.Error: end of buffer exception
at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.nativeRender(Native Method)
at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.onDrawFrame(MapRenderer.java:74)
at com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer.onDrawFrame(GLSurfaceViewMapRenderer.java:58)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1548)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1259)
@suhuangjian thank you for reaching out and reporting your problem.
Could you clarify what you mean with Power cut?
Would love to try reproducing this issue.
@tobrun Sorry,it is my fault.
Because our Android device is a vehicle terminal.
So our terminal is no battery, the device is directly connected to the vehicle ACC power.
The power cut means Unplug the power cable and the Android device will shut down immediately witout normal shutdown
This is a race condition with our binary shaders. Binary shaders have been disabled in #14298 so it won't crash anymore. Follow up on enabling them in long term future is ticketed in #14294.
This fix is available in the v7.4.0 release and is currently being backported to v6.8.x in #14672 (which we aim to release somewhere this week).
My code
Steps to reproduce
Expected behavior
Actual behavior
Configuration
Android versions: Android 7.1.2
Device models: RK3399
Mapbox SDK versions: 6.7.1
The text was updated successfully, but these errors were encountered: