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.
App closes without any notification, log shows no warnings or errors. Also other apps close/crash (screen recording app, audio player), system UI needs a second or two to rebuild.
Edit:
Finally managed to reproduce this bug in the emulator and it shows me a stacktrace:
06-22 10:38:45.059 6665-7953/com.toursprung.bikemap E/AndroidRuntime: FATAL EXCEPTION: GLThread 6879
Process: com.toursprung.bikemap, PID: 6665
java.lang.Error: std::bad_alloc
at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.nativeRender(Native Method)
at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.onDrawFrame(MapRenderer.java:90)
at com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer.onDrawFrame(GLSurfaceViewMapRenderer.java:55)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1571)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)
06-22 10:38:45.060 6665-7953/com.toursprung.bikemap E/BikemapApplication: uncaughtException
java.lang.Error: std::bad_alloc
at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.nativeRender(Native Method)
at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.onDrawFrame(MapRenderer.java:90)
at com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer.onDrawFrame(GLSurfaceViewMapRenderer.java:55)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1571)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)
06-22 10:38:45.060 6665-7953/com.toursprung.bikemap D/BikemapApplication: logExceptionWithCrash
Edit2:
After days of debugging, we figured out that this crash can be avoided by NOT tilting the camera and adjusting the zoomlevel (more distant view).
Still we really need to tilt the camera...
The text was updated successfully, but these errors were encountered:
stoefln
changed the title
App crashes without any exception
MapRenderer.nativeRender makes App crash
Jun 22, 2018
Platform:
Android
Mapbox SDK version:
6.1.2 & 6.2.0 (both tested)
Location Layer Plugin:
0.5.3
Steps to trigger behavior
Edit:
Finally managed to reproduce this bug in the emulator and it shows me a stacktrace:
Edit2:
After days of debugging, we figured out that this crash can be avoided by NOT tilting the camera and adjusting the zoomlevel (more distant view).
Still we really need to tilt the camera...
The text was updated successfully, but these errors were encountered: