mapbox-gl-native icon indicating copy to clipboard operation
mapbox-gl-native copied to clipboard

Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 27759

Open yandroidUA opened this issue 5 years ago • 5 comments

Info:

I've got this error when I'm navigating back to fragment that contains map. I'm using Jetpack Navigation library, so fragments are replacing each other, and version of mapbox SDK is 9.2.0

Problem:

So when I'm opening map firstly all okey, no crash. But when I'm navigating to another fragment and than return back to fragment with map I've got this crash: /libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 27759

yandroidUA avatar Oct 07 '20 11:10 yandroidUA

Same issue

eugeneroz avatar Oct 29 '20 10:10 eugeneroz

Same here

ibrahimq21 avatar Nov 11 '20 09:11 ibrahimq21

Any update on this? The prbolem is same: So when I'm opening map firstly all okey, no crash. But when I'm navigating to another fragment and than return back to fragment with map I've got this crash: /libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 27759

Android Studio: 4.11 Emulator: Pixel_2_API_29 Mapbox Version: 9.2.0

rommansabbir avatar Jan 02 '21 14:01 rommansabbir

Same Problem.

On first load no problem. When I'm changing the map style and re-add the sources E/SensorManager: unregisterListenerImpl sensorName:Rotation Vector Non-wakeup,isWakeUpSensor:false,callingApp: map.dev,callingPid:16444,callingUid:10385 E/SensorManager: registerListenerImpl sensorName:Rotation Vector Non-wakeup,isWakeUpSensor:false,callingApp: map.dev,callingPid:16444,callingUid:10385 A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 16444 (map.dev), pid 16444 (map.dev)

mapbox-sdk 9.5.0

ziffer1sk avatar Jan 12 '21 13:01 ziffer1sk

I catch this bug each time I trying to use Database Inspector in Android Studio under debug. It doesn't depend with mapbox-gl-native usage. When I don't use Database Inspector this bug doesn't appear.

isabsent avatar Mar 21 '21 10:03 isabsent