-
Notifications
You must be signed in to change notification settings - Fork 318
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
while calling map activity again and again it will produce me error #1401
Comments
Hey @shrutiWV 👋 thanks for reaching out and reporting your error. Could you add some more information for reproducing the error (minimal example) or any other specifics around your test setup? Are you able to provide more logs? Do you have some more information on used device? If there is any sample or pseudo code you can provide, that would be really helpful. |
hey @Guardiola31337 i am using nexus 5 with OS version 6.0.1 and moto g having OS version 7.0 here is the full log of error: 10-09 15:41:23.104 196-196/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** |
This seems an issue from the Maps SDK so I went ahead and created a ticket in Thanks again! Closing as non actionable here. |
Reopening this issue, while the crash stems from maps SDK. It's not reproducible with a simple test or a test using the location layer plugin. This shows that there is an issue with how the navigation SDK integrates with the maps SDK. |
Hey @shrutiWV 👋 Would you mind providing a video reproducing OP? This will give us better insight into what could be causing your problem. Thanks in advance! |
I had (sometimes) the same issue with 0.19.0. A more detailed log:
Simple solution in my case, @shrutiWV. I forgot to override onDestroyView inside of my Fragment:
|
@shrutiWV I'm going to go ahead and close this as stale - please feel free to cut a new ticket if you're able to reproduce. |
@P-Zenker you saved my day!! After a lot of research only public void onDestroyView() { this solved my issue!! Mapbox doc doesn't include this rather they included override fun onDestroy() { which did not help. Please update doc for fragments @mapbox Thanks!!!! |
while running your code in nougat device with using below dependancy
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.20.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.20.0'
i follow below procedure
1.home activity
2.call map activity from home
3.press back and back to hoome
4. again call map activity from home
repeat this again and again
it will produce me error :
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x40000 in tid 14643 (FinalizerDaemon)
The text was updated successfully, but these errors were encountered: