Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) base.apk

Anyone know how to fix this problem at android?

I received a report from Google Play, but I can't find out whats going on with this log chat.


pid: 0, tid: 0 >>> com.fly175.flightbattle <<<

backtrace: #00 pc 000000000032fba2 /data/app/com.android.chrome-sT437I3yEyu2LzrxnSDmBA==/base.apk

like image 761
Ghoptom CK Avatar asked Jan 29 '18 07:01

Ghoptom CK


Video Answer


1 Answers

This may be related to banner ads. Other users have reported similar errors (I've seen them too occasionally) where there are Signal 11 crashes in chrome base.apk or libwebviewchromium.

Similar issues have been reported on SO without resolution (here's one, and another).

It's been reported to Google here, and here. The latest update from the second Google ticket on the issue is recent (June 1, 2018) so it's probably not resolved yet. The second support ticket suggests it may be an issue with Samsung devices in particular.

Unfortunately if it is coming through the banner ad there's probably not much you can do at this point. It's possible you could intercept the error by adding a listener or extending the AdView class, but I'm not sure if that would work.

like image 60
Tyler V Avatar answered Sep 22 '22 23:09

Tyler V