-
Notifications
You must be signed in to change notification settings - Fork 319
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 Navigation SDK v3, calling mapboxNavigation.startTripSession() crashes the app #7837
Comments
Currently experiencing the same issue:
UPDATE: Issue occurred once, and afterward I haven't been able to reproduce this yet. Will update this thread should it happen again. |
same issue here
|
Same as here, but I am using v2:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did migration from navigation V2 to navigation V3, After migration when calling mapboxNavigation.startTripSession(), the application crashes and the log shows this exception
Abort message: 'JNI DETECTED ERROR IN APPLICATION: JNI NewString called with pending exception
com.mapbox.navigation.core.trip.session.NativeStatusProcessingError: Error processing native status update
(Throwable with no stack trace)
Caused by: java.lang.NullPointerException:
(Throwable with no stack trace)
in call to NewString
from void android.os.MessageQueue.nativePollOnce(long, int)'
The text was updated successfully, but these errors were encountered: