-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapBox crashes at [MGL_MMELocationManager startBackgroundTimeoutTimer] (MMELocationManager.m:158) #50
Comments
Hi @wolfgang-moovel, Thanks for the report and the provided detail. We're investigating this issue now -- if possible could you provide us with some steps to reproduce this crash or if you notice any patterns associated with the crash? Also, what dependencies you're using would be helpful. |
This crash is random. We could reproduce it on one device and it directly crashed after the map loaded. After 4 crashes, the app was running fine. We're still observing a high amount of crashes with the same crash report. As a result we downgraded back to Mapbox v1.8.7, where we couldn't see the crash. |
We have the exact same issue in our app but flag "MGLMapboxMetricsEnabledSettingShownInApp": YES is missing in the info.plist file |
@wolfgang-moovel @shebtreq Are you using any other Mapbox dependencies within your applications that have experienced this crash? |
I also have the same crash. My pods are:
|
Hi @lludo, @shebtreq, and @wolfgang-moovel Sorry for the delay here. We're continuing to search for a solution but haven't had any luck with replicating the crash on our end. We have an experimental branch; it would be great if you could try it out and let us know if it fixes your issue.
https://github.com/mapbox/mapbox-gl-native/tree/jrex-events-timeout-handler |
Same random crashes for me (iOS 11). I will try the experimental branch asap.
|
Removing Cocoapods cache does not help |
Unfortunately, |
@samuelm77 I was getting a similar error when testing this myself. You could also try running |
@rclee I tried but that did not help. |
I'm having exactly the same problem as @samuelm77. It showing Installing it by defining the podspec seems to work though: Nevertheless, I've tried the fix and it's still crashing, exactly the same crash that happened before on |
I have the same issue. |
This has been a tricky crash to pinpoint since we're unable to replicate on our end. We have been working with other users experiencing this issue to come to a faster solution. We will hopefully have a patch ready soon. Thank you for your patience while we work to resolve this issue. |
Same issue for me while using 4.1.1 with Mapbox Navigation 0.18. If it helps, I've a bunch of crash reports. |
I'm having the exact problem on 4.3.0. Is a fix coming? @rclee |
We'll be rolling out a few fixes in the next release. This should hopefully resolve all the issues we're seeing here. A beta should be available this week to try if you wish and then a release the following week. Thank you for your patience. |
@rclee I installed 4.4.0 Beta 1. Still crashing 😔 |
We've recently released |
We have a lot of crashes with this report.
Maybe I should mention that 2 of 3 apps work fine with the mapbox release 4.1. The app which makes problems has this property
MGLMapboxMetricsEnabledSettingShownInApp = true
The text was updated successfully, but these errors were encountered: