hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
976 stars 376 forks source link

Firebase Crashlytics throwing SIGABART #492

Open Abhishek01039 opened 4 weeks ago

Abhishek01039 commented 4 weeks ago

I am getting this error once in every two month on android only (not in iOS)

image

UCropActivity is the class which I added in AndroidManifest.xml file as mention in readme

image

Stack trace


Crashed: Thread: SIGABRT  0x0000000000000000
#00 pc 0x8abe8 libc.so (BuildId: ae97b4676db8ce3f620ba6bf7932eba6)
#01 pc 0x8abb8 libc.so (BuildId: ae97b4676db8ce3f620ba6bf7932eba6)
#02 pc 0x771c60 libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#03 pc 0x357d0 libbase.so (BuildId: 6f67f69ff36b970d0b831cfdab3b578d)
#04 pc 0x6e10 liblog.so (BuildId: 28ea5154585a4fc544f1324fcd9ea010)
#05 pc 0x4aef1c libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#06 pc 0x4a5c3c libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#07 pc 0x70ee8f64
#08 pc 0x718f6fe4
#09 pc 0x5005f0 libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#10 pc 0x718347bc
#11 pc 0x7183613c
#12 pc 0x582898 libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#13 pc 0x718dda4c
#14 pc 0x718da504
#15 pc 0x7183611c
#16 pc 0x609028 libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#17 pc 0x718dda4c
#18 pc 0x718da504
#19 pc 0x718347d4
#20 pc 0x7183613c
#21 pc 0x582898 libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#22 pc 0x718dda4c
#23 pc 0x718da504
#24 pc 0x7183611c
#25 pc 0x582898 libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#26 pc 0x718dda4c
#27 pc 0x718da504
#28 pc 0x7183611c
#29 pc 0x582898 libhwui.so (BuildId: bebb5d2e8f3568d3a8b1a9126e44ef09)
#30 pc 0x718dda4c
#31 pc 0x718da504
#32 pc 0x7183611c
#33 pc 0x718dda4c
#34 pc 0x718da504
#35 pc 0x7183611c
#36 pc 0x718dda4c
#37 pc 0x718da504
#38 pc 0x7183611c
#39 pc 0x718dda4c
#40 pc 0x718da504
#41 pc 0x5b1cfc libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#42 pc 0x5b1cfc libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#43 pc 0x5bb730 libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#44 pc 0x718347d4
#45 pc 0x715d0a40
#46 pc 0x71864198
#47 pc 0x71863760
#48 pc 0x5b1cfc libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#49 pc 0x5b1cfc libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#50 pc 0x5bb730 libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#51 pc 0x71871760
#52 pc 0x33f2e4 libart.so (BuildId: 02bec5940be704b863f6514fc7d81c41)
#53 pc 0x715f45a4
#54 pc 0x71879348
#55 pc 0x2ed60 libopenjdk.so (BuildId: fc4c0ac2dde70b1afe348b962a85a634)
#56 pc 0x7179210c
#57 pc 0x7176ebc8
#58 pc 0x7176ee98
#59 pc 0x7176f9f0
#60 pc 0x717fe548
#61 pc 0x715ec63c
#62 pc 0x715f0068
#63 pc 0x715efbd8
Abhishek01039 commented 4 weeks ago

Hello @hnvn can you please review this? becaues I have been getting this bug for a long time.

Thanks!