This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Sporadic crash in MGLRenderFrontend.render() #16646
Comments
Perhaps this crash log can give some more hints... Also, it seems to occur when zoom level is ~6, and the position of the camera is close to a place where there are a lot of lines and circles, eg LatLng(60.15445000492036, 24.674159986898303)
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Im using Flutter MapBox GL (https://github.com/flutter-mapbox-gl/maps), which is a wrapper on this library/repo. Im not 100% sure if the crash occurs in this lib or the wrapper lib.
Below is a screenshot of the crash in Xcode. It occurs too often to be neglected.
Steps to reproduce
I cannot say exactly how to trigger the crash but it seems to be just after the style has been loaded.
This is how I configure MapboxMap (note that the style URL is public so you can test this use case).
Expected behavior
App not crashing
Actual behavior
App crashing
Configuration
Mapbox SDK versions:
Mapbox-gl 0.16.0
Mapbox-gl-dart 0.2.1
Flutter 3.0.4
Dart 2.17.5
DevTools 2.12.2
iOS/macOS versions:
macOS Monterey 12.4
Device/simulator models:
iOS simulator - iPhone 11 Pro - iOS 15.5
Xcode version:
13.4.1
The text was updated successfully, but these errors were encountered: