Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 27759
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
Same issue
Same here
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
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
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.