-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
#49707 SIGSEGV(SEGV_MAPERR) #1564
Comments
@shenbingkai How often are you seeing this and on any other devices? If it is just that phone, you may have to debug this one yourself. I don't have access to that phone. |
I encountered this problem too SIGABRT: |
@shenbingkai @ruanxiao It'll be hard to track down the root cause without the animation and a phone. However, if you disable hardware acceleration |
com.airbnb.lottie.animation.content.EllipseContent.getPath(EllipseContent.java:98)
lottie version :2.5.5
phone: VIVO
android version:8.1
crash log
1 #00 pc 0001a3ee /system/lib/libc.so (abort+63) [armeabi-v8]
2 #1 pc 003a1c11 /system/lib/libskia.so (sk_realloc_throw(void*, unsigned int)+14) [armeabi-v8]
3 #2 pc 00213aa7 /system/lib/libskia.so (SkMatrix::setPolyToPoly(SkPoint const*, SkPoint const*, int)+406) [armeabi-v8]
4 #3 pc 00213b43 /system/lib/libskia.so (SkPathRef::growForVerb(int, float)+118) [armeabi-v8]
5 #4 pc 0020d469 /system/lib/libskia.so (SkPath::cubicTo(float, float, float, float, float, float)+100) [armeabi-v8]
6 #5 pc 000bf695 /system/lib/libandroid_runtime.so (android_os_Process_getExclusiveCores(_JNIEnv*, _jobject*)+60) [armeabi-v8]
7 #6 pc 00a54561 /system/framework/arm/boot-framework.oat (oatexec+4494689) [armeabi]
8 java:
9 android.graphics.Path.cubicTo(Path.java:429)
10 com.airbnb.lottie.animation.content.EllipseContent.getPath(EllipseContent.java:98)
11 com.airbnb.lottie.animation.content.FillContent.draw(FillContent.java:88)
12 com.airbnb.lottie.animation.content.ContentGroup.draw(ContentGroup.java:161)
13 com.airbnb.lottie.animation.content.ContentGroup.draw(ContentGroup.java:161)
14 com.airbnb.lottie.model.layer.ShapeLayer.drawLayer(ShapeLayer.java:30)
15 com.airbnb.lottie.model.layer.BaseLayer.draw(BaseLayer.java:190)
16 com.airbnb.lottie.model.layer.CompositionLayer.drawLayer(CompositionLayer.java:100)
17 com.airbnb.lottie.model.layer.BaseLayer.draw(BaseLayer.java:190)
18 com.airbnb.lottie.LottieDrawable.draw(LottieDrawable.java:312)
19 android.widget.ImageView.onDraw(ImageView.java:1370)
20 android.view.View.draw(View.java:19479)
The text was updated successfully, but these errors were encountered: