Skip to content
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

SIGFPE #2281

Closed
ramonqlee opened this issue Jan 25, 2019 · 3 comments
Closed

SIGFPE #2281

ramonqlee opened this issue Jan 25, 2019 · 3 comments
Labels
needs-details This issue or PR is currently not actionable as it misses details (e.g. for reproducing the problem) stale

Comments

@ramonqlee
Copy link

We use GitHub Issues for bugs.

If you have a non-bug question, please ask on Stack Overflow: http://stackoverflow.com/questions/tagged/fresco

--- Please use this template, and delete everything above this line before submitting your issue ---

Description

[FILL THIS OUT: Explain what you did, what you expected to happen, and what actually happens.]

#00 pc 00024174 /system/lib/libc.so (tgkill+12) [armeabi-v7a]

#1 pc 0001519d /system/lib/libc.so (pthread_kill+48) [armeabi-v7a]
#2 pc 000153b1 /system/lib/libc.so (raise+10) [armeabi-v7a]
#3 pc 0000df10 /system/lib/libz.so (__aeabi_idiv0+8) [armeabi-v7a]
#4 pc 000a1b74 /system/lib/libskia.so (S32_Opaque_D32_filter_DX_shaderproc(SkBitmapProcState const&, int, int, unsigned int*, int)+316) [armeabi-v7a]
#5 pc 0009b1c8 /system/lib/libskia.so (SkBitmapProcShader::shadeSpan(int, int, unsigned int*, int)+52) [armeabi-v7a]
#6 pc 000b0c20 /system/lib/libskia.so (SkARGB32_Shader_Blitter::blitRect(int, int, int, int)+568) [armeabi-v7a]
#7 pc 0010171c /system/lib/libskia.so (SkScan::FillIRect(SkIRect const&, SkRegion const*, SkBlitter*)+368) [armeabi-v7a]
#8 pc 00101814 /system/lib/libskia.so (SkScan::FillRect(SkRect const&, SkRegion const*, SkBlitter*)+152) [armeabi-v7a]
10 #9 pc 00101980 /system/lib/libskia.so (SkScan::FillRect(SkRect const&, SkRasterClip const&, SkBlitter*)+84) [armeabi-v7a]
11 #10 pc 000c80d4 /system/lib/libskia.so (SkDraw::drawRect(SkRect const&, SkPaint const&) const+748) [armeabi-v7a]
12 #11 pc 000c8ca0 /system/lib/libskia.so (SkDraw::drawBitmap(SkBitmap const&, SkMatrix const&, SkPaint const&) const+980) [armeabi-v7a]
13 #12 pc 000c2b94 /system/lib/libskia.so (SkDevice::drawBitmapRect(SkDraw const&, SkBitmap const&, SkRect const*, SkRect const&, SkPaint const&)+364) [armeabi-v7a]
14 #13 pc 000ba43c /system/lib/libskia.so (SkCanvas::internalDrawBitmapRect(SkBitmap const&, SkRect const*, SkRect const&, SkPaint const*)+828) [armeabi-v7a]
15 #14 pc 000774bf /system/lib/libandroid_runtime.so [armeabi-v7a]
16 #15 pc 0007761b /system/lib/libandroid_runtime.so [armeabi-v7a]
17 #16 pc 0007764f /system/lib/libandroid_runtime.so [armeabi-v7a]
18 #17 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112) [armeabi-v7a]
19 #18 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) [armeabi-v7a]
20 #19 pc 00026fe0 /system/lib/libdvm.so [armeabi-v7a]
21 #20 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) [armeabi-v7a]
22 #21 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) [armeabi-v7a]
23 #22 pc 00060865 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392) [armeabi-v7a]
24 #23 pc 000689d3 /system/lib/libdvm.so [armeabi-v7a]
25 #24 pc 0004facd /system/lib/libdvm.so (dvmResolveNativeMethod(unsigned int const*, JValue*, Method const*, Thread*)+116) [armeabi-v7a]
26 #25 pc 00026fe0 /system/lib/libdvm.so [armeabi-v7a]
27 #26 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) [armeabi-v7a]
28 #27 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) [armeabi-v7a]
29 #28 pc 00060581 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) [armeabi-v7a]
30 #29 pc 00049d0b /system/lib/libdvm.so [armeabi-v7a]
31 #30 pc 0004d83f /system/lib/libandroid_runtime.so [armeabi-v7a]
32 #31 pc 0004e563 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354) [armeabi-v7a]
33 #32 pc 0000105b /system/bin/app_process [armeabi-v7a]
34 #33 pc 0000e988 /system/lib/libc.so (__libc_init+100) [armeabi-v7a]
35 #34 pc 00000d7c /system/bin/app_process [armeabi-v7a]
36 java:
37 android.graphics.Canvas.drawBitmap(Canvas.java:1202)
38 android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:490)
39 com.facebook.drawee.drawable.ForwardingDrawable.draw(ForwardingDrawable.java:185)
40 com.facebook.drawee.drawable.ForwardingDrawable.draw(ForwardingDrawable.java:185)
41 com.facebook.drawee.drawable.ScaleTypeDrawable.draw(ScaleTypeDrawable.java:123)
42 com.facebook.drawee.drawable.FadeDrawable.drawDrawableWithAlpha(FadeDrawable.java:302)
43 com.facebook.drawee.drawable.FadeDrawable.draw(FadeDrawable.java:289)
44 com.facebook.drawee.drawable.ForwardingDrawable.draw(ForwardingDrawable.java:185)
45 com.facebook.drawee.generic.RootDrawable.draw(RootDrawable.java:81)
46 android.widget.ImageView.onDraw(ImageView.java:1019)
47 android.view.View.draw(View.java:14465)
48 android.view.View.draw(View.java:14350)
49 android.view.ViewGroup.drawChild(ViewGroup.java:3103)
50 android.view.ViewGroup.dispatchDraw(ViewGroup.java:2940)
51 android.view.View.draw(View.java:14468)
52 android.view.View.draw(View.java:14350)
53 android.view.ViewGroup.drawChild(ViewGroup.java:3103)
54 android.view.ViewGroup.dispatchDraw(ViewGroup.java:2940)
55 android.view.View.draw(View.java:14468)
56 android.view.View.draw(View.java:14350)
57 android.view.ViewGroup.drawChild(ViewGroup.java:3103)
58 android.view.ViewGroup.dispatchDraw(ViewGroup.java:2940)
59 android.view.View.draw(View.java:14468)
60 android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2498)
61 android.view.ViewRootImpl.draw(ViewRootImpl.java:2411)
62 android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2255)
63 android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1885)
64 android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
65 android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5678)
66 android.view.Choreographer$CallbackRecord.run(Choreographer.java:772)
67 android.view.Choreographer.doCallbacks(Choreographer.java:585)
68 android.view.Choreographer.doFrame(Choreographer.java:555)
69 android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:758)
70 android.os.Handler.handleCallback(Handler.java:733)
71 android.os.Handler.dispatchMessage(Handler.java:95)
72 android.os.Looper.loop(Looper.java:136)
73 android.app.ActivityThread.main(ActivityThread.java:5047)
74 java.lang.reflect.Method.invokeNative(Native Method)
75 java.lang.reflect.Method.invoke(Method.java:515)
76 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:828)
77 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:644)
78 dalvik.system.NativeStart.main(Native Method)

Reproduction

[FILL THIS OUT: How can we reproduce the bug? Provide URLs to relevant images if possible, or a sample project.]

Solution

[OPTIONAL: Do you know what needs to be done to address this issue? Ideally, provide a pull request which fixes this issue.]

Additional Information

  • Fresco version: 1.11.0
  • Platform version: Android4.4.2 Level 19
@erikandre erikandre added the needs-details This issue or PR is currently not actionable as it misses details (e.g. for reproducing the problem) label Jan 29, 2019
@erikandre
Copy link
Contributor

Hi @ramonqlee

Without a way to reproduce this crash we're unable to investigate this.
Could you provide some more information. Thanks!

@stale
Copy link

stale bot commented Feb 7, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "bug" or "enhancement" and I will leave it open. Thank you for your contributions.

@stale stale bot added the stale label Feb 7, 2019
@stale
Copy link

stale bot commented Feb 14, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information.

@stale stale bot closed this as completed Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-details This issue or PR is currently not actionable as it misses details (e.g. for reproducing the problem) stale
Projects
None yet
Development

No branches or pull requests

2 participants