-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) crash spike after updating to 4.3.0 #196
Comments
crash by log glide-disk-cach(31903)SIGSEGV(SEGV_MAPERR) |
Hi, What does |
回退到4.2.0版本就可以了 4.3.0使用了RenderScript类进行高斯模糊 会出现上面的崩溃;4.2.0版本使用的是java层的算法实现的高斯模糊 没有问题 |
Can confirm I'm on 4.3.0 and seeing the same issue, thank you @fengluoye2012 I will try downgrading to 4.2.0 and see what happens |
Downgrading to 4.2.0 will use fastbblur for blur bitmap, it is poor performance. Is there a better method to solve this issue? |
same issue SIGSEGV(SEGV_MAPERR) in some devices at 4.3.0 , Downgrading to 4.2.0 helped |
After updating to 4.3.0 I saw a significant spike in crashes in the native library. I use BlurTransformation in my code and looks like the new version uses RenderScript to accomplish that which I suspect is causing an issue. Here is crashlog that I get.
The text was updated successfully, but these errors were encountered: