-
Notifications
You must be signed in to change notification settings - Fork 314
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
Update nav-native to 9.2.1 #2412
Update nav-native to 9.2.1 #2412
Conversation
Interesting that it only reproduces in the Xcode_10.2_iOS_10.3.1 image, or maybe it’s nondeterministic. |
456f625
to
3dccd30
Compare
Here’s the crash trace from
|
|
The 9-legged-route test generates a series of location updates based on quite a complex route that doubles back over itself, and the Polyline-encoded geometry seems to have some encoding issues. Compare the geometry decoded as Polyline with precision 6 to the raw waypoint coordinates: |
I’m taking the unusual step of removing the |
026f599
to
986d984
Compare
…according to its type name.
The test fixture’s geometry appears to have encoding issues that are throwing the navigator off and causing crashes that can’t be reproduced more organically.
8e99971
to
02a8546
Compare
This is a mirror of accidentally merged PR #2404.
The base branch was reset and a new PR (the current one) is created.