Skip to content
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

Android crash: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xffffffff in tid 15157 #351

Open
xwurfel opened this issue Oct 18, 2024 · 0 comments

Comments

@xwurfel
Copy link

xwurfel commented Oct 18, 2024

Description:
I started navigation with VisualNavigator; Navigation is initialized;
Then I navigate to next fragment (with stopping VisualNavigator previously) and do something there;
Then I navigate back to this screen. A crush occurs when I try set route to a visual navigator.
Here are logs:
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xffffffff in tid 15157 (com.app), pid 15157 (com.app) 2024-10-18 14:34:12.332 15499-15499 DEBUG crash_dump64 A Cmdline: com.app 2024-10-18 14:34:12.332 15499-15499 DEBUG crash_dump64 A pid: 15157, tid: 15157, name: com.app >>> com.app <<< 2024-10-18 14:34:12.333 15499-15499 DEBUG crash_dump64 A #00 pc 0000000001ecb078 /data/app/~~E-OMSyDfIjuMY3VSKNX7QA==/com.app-yy0FpyVVI6C4ZNTiJxtoyQ==/base.apk!libheresdk.so (offset 0x1730000) 2024-10-18 14:34:12.333 15499-15499 DEBUG crash_dump64 A #01 pc 00000000020f6ba8 /data/app/~~E-OMSyDfIjuMY3VSKNX7QA==/com.app-yy0FpyVVI6C4ZNTiJxtoyQ==/base.apk!libheresdk.so (offset 0x1730000) 2024-10-18 14:34:12.333 15499-15499 DEBUG crash_dump64 A #02 pc 00000000020dcb8c /data/app/~~E-OMSyDfIjuMY3VSKNX7QA==/com.app-yy0FpyVVI6C4ZNTiJxtoyQ==/base.apk!libheresdk.so (offset 0x1730000) 2024-10-18 14:34:12.333 15499-15499 DEBUG crash_dump64 A #03 pc 00000000020d34fc /data/app/~~E-OMSyDfIjuMY3VSKNX7QA==/com.app-yy0FpyVVI6C4ZNTiJxtoyQ==/base.apk!libheresdk.so (offset 0x1730000) 2024-10-18 14:34:12.333 15499-15499 DEBUG crash_dump64 A #04 pc 0000000001a6d014 /data/app/~~E-OMSyDfIjuMY3VSKNX7QA==/com.app-yy0FpyVVI6C4ZNTiJxtoyQ==/base.apk!libheresdk.so (offset 0x1730000) (Java_com_here_sdk_navigation_VisualNavigator_setRoute+404) 2024-10-18 14:34:12.333 15499-15499 DEBUG crash_dump64 A #10 pc 000000000038aee8 <anonymous:7725a78000> (com.app.screen_here_navigation.here_engine.NavigationEventHandler.startNavigation+0)

I see that Route is not null when I try to set it.
Happens on both emulator and a physical device.
Sometimes I see different signals in that crush, but in most cases it's this one.

Note: here is another one that happens there:
Fatal signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0x1c0000000e in tid 28978 (com.app), pid 28978 (com.app) 2024-10-18 01:17:36.917 29517-29517 DEBUG pid-29517 A Cmdline: com.app 2024-10-18 01:17:36.917 29517-29517 DEBUG pid-29517 A pid: 28978, tid: 28978, name: com.app >>> com.app <<< 2024-10-18 01:17:36.917 29517-29517 DEBUG pid-29517 A #00 pc 00000000016277c0 /data/app/~~zcMHPc7LEi3HW8M4sJ5i_Q==/com.app-skr29g6fcn8bvLmmzopnQw==/base.apk!libheresdk.so (offset 0x172c000) 2024-10-18 01:17:36.917 29517-29517 DEBUG pid-29517 A #01 pc 000000000190a000 /data/app/~~zcMHPc7LEi3HW8M4sJ5i_Q==/com.app-skr29g6fcn8bvLmmzopnQw==/base.apk!libheresdk.so (offset 0x172c000) 2024-10-18 01:17:36.917 29517-29517 DEBUG pid-29517 A #02 pc 0000000001a6cecc /data/app/~~zcMHPc7LEi3HW8M4sJ5i_Q==/com.app-skr29g6fcn8bvLmmzopnQw==/base.apk!libheresdk.so (offset 0x172c000) (Java_com_here_sdk_navigation_VisualNavigator_setRoute+76)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant