-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Crash] signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6f19 #13430
Comments
Thanks for reaching out and reporting the issue @yeguoqiang. Unfortunately, this stack trace is not actionable for us. Would you mind providing more information? Any reproduction steps or a small example project/code would be great. |
this is my code,and my app api version is minSdkVersion:19,targetSdkVersion:28
}` |
hi, can you find any problems from this activity ? otherwise i have to upload my demo app code ? |
Hi,this is my demo app ,the map activity is SpjkActivity,please run in release version,or change ip(BASE_URL) in CommonSDK/build.gradle,Thank you ! |
Thanks for providing the demo! I was able to start the map and it's displayed with no issues, simply panning around, zooming in/out or backing off to the map from a different activity works as expected. Would you be able to provide reproduction steps? |
would you tell me your device models and android api ?my demo app runs crash on device Honor V8 and Xiaomi 8,All my steps are bellow: |
@yeguoqiang I'm still unable to reproduce using the Pixel 2 XL or an emulator: Is there a different set of actions I need to follow than what is presented above in order to reproduce? |
@yeguoqiang Could you please give us a test account? Couldn't reproduce it without login on Xiaomi 8. |
login in step below: |
@yeguoqiang Still couldn't reproduce it, could you please recode a video and then turn it into a gif to recode how the crash happens? You can use this website to generate gif. |
Hi.. I'm getting the exact same crash on a Pixel 2 XL running MapBox SDK 6.7.1 on Android 9 also. Here's a link to the stack trace. Seems to happen mostly when exiting the fragment containing the MapView, but sometimes just when panning / animating between bounds. We are calling the appropriate onCreate/onResume/onPause/onStop/onDestroy methods. EDIT: I was able to prevent this crash by calling |
@HexarA saved my day with this. Was going through stack traces with no luck. Also experienced while having mapView in fragment. This should be mentioned somewhere in documentation that onDestroyView() should be using when running map in fragment |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
Hi,My app crashed when i operate the app in activity,i am sure all my actions are in main thread,and my sdk version is 6.7.1,finally i use mapbox sdk since version 6.6.5,this is my error log below:
2018-11-21 17:38:53.165 3932-3932/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2018-11-21 17:38:53.165 3932-3932/? A/DEBUG: Build fingerprint: 'HONOR/KNT-AL10/HWKNT:7.0/HUAWEIKNT-AL10/C00B397:user/release-keys'
2018-11-21 17:38:53.165 3932-3932/? A/DEBUG: Revision: '0'
2018-11-21 17:38:53.165 3932-3932/? A/DEBUG: ABI: 'arm64'
2018-11-21 17:38:53.165 3932-3932/? A/DEBUG: pid: 3764, tid: 3774, name: FinalizerDaemon >>> com.netposa.tujie <<<
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6f19
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x0 0000007941d92700 x1 0000000000100a6a x2 000000791b800000 x3 000000000000000e
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x4 0000000000000014 x5 0000000000000000 x6 0000007950e11b08 x7 0000007913a72840
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x8 0000000000006e69 x9 0000007950e11d88 x10 0000000000000014 x11 0000000000000000
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x12 0000000000000001 x13 00000000ffffffff x14 0000000000148b40 x15 0000000000000000
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x16 00000079643b5588 x17 000000796435bfd8 x18 0000000000000001 x19 0000007913424290
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x20 000000793d4d04e0 x21 0000007912ffb540 x22 000000795ef724e8 x23 000000792e9f9000
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x24 0000000000001808 x25 0000000013607240 x26 0000007960aa3898 x27 6e8313ae47acd8a2
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: x28 000000795ef71cf0 x29 000000795ef71b20 x30 000000792e56c8c0
2018-11-21 17:38:53.166 3932-3932/? A/DEBUG: sp 000000795ef71b20 pc 000000792e56b448 pstate 0000000020000000
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: backtrace:
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #00 pc 0000000000045448 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #1 pc 00000000000468bc /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #2 pc 0000000000046904 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #3 pc 0000000000126ac4 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #4 pc 00000000000ab234 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #5 pc 00000000000ab27c /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #6 pc 00000000000a7e54 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #7 pc 00000000000875d0 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #8 pc 000000000008768c /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.172 3932-3932/? A/DEBUG: #9 pc 0000000000089be8 /data/app/com.netposa.tujie-2/lib/arm64/libmapbox-gl.so
2018-11-21 17:38:53.173 3932-3932/? A/DEBUG: #10 pc 00000000000db790 /system/lib64/libart.so (art_quick_generic_jni_trampoline+144)
2018-11-21 17:38:53.173 3932-3932/? A/DEBUG: #11 pc 000000007262f9fc /data/dalvik-cache/arm64/system@framework@boot-core-libart.oat (offset 0x551000)
Steps to reproduce
Expected behavior
app runs normally when i operate the map
Actual behavior
Configuration
**Android versions: 7.0
**Device models: Honor V8
**Mapbox SDK versions: 6.7.1
The text was updated successfully, but these errors were encountered: