googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Apache License 2.0
3.55k stars 2.93k forks source link

[Bug report] crash with image-labeling,device android 9,x86_4 #761

Closed nasamio closed 10 months ago

nasamio commented 10 months ago

Describe the bug A crash occured when testing image-labeling.

To Reproduce crash log is below. A 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A Build fingerprint: 'samsung/star2qltezh/star2qltechn:9/PQ3B.190801.09131130/G9650ZHU2ARC6:user/release-keys' 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A Revision: '0' 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A ABI: 'x86_64' 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A pid: 7459, tid: 7555, name: pool-2-thread-1 >>> com.mio.mio_ktx <<< 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A rax 0000000000000000 rbx 0000000000001d83 rcx 00007ffff4c2abf8 rdx 0000000000000006 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A r8 434c4e47432b2b00 r9 434c4e47432b2b00 r10 434c4e47432b2b00 r11 0000000000000246 2023-12-13 17:34:41.731 7558-7558 DEBUG pid-7558 A r12 00007fff6c00dca8 r13 00007fff6c01bee0 r14 0000000000001d23 r15 00007fff58fed5b8 2023-12-13 17:34:41.732 7558-7558 DEBUG pid-7558 A rdi 0000000000001d23 rsi 0000000000001d83 2023-12-13 17:34:41.732 7558-7558 DEBUG pid-7558 A rbp 00000000ffffff29 rsp 00007fff58fed5a8 rip 00007ffff4c2abf8 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A
backtrace: 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #00 pc 0000000000026bf8 /system/lib64/libc.so (syscall+24) 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #01 pc 000000000002a795 /system/lib64/libc.so (abort+101) 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #02 pc 00000000009c1192 /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #03 pc 00000000009c0b35 /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #04 pc 00000000009c0abc /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #05 pc 000000000049991e /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #06 pc 000000000049961f /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #07 pc 000000000049a682 /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #08 pc 000000000049a8fb /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so 2023-12-13 17:34:41.773 7558-7558 DEBUG pid-7558 A #09 pc 000000000049b381 /data/app/com.mio.mio_ktx-APig-mumDAsESZ31BWZZdA==/lib/x86_64/libmlkitcommonpipeline.so

Expected behavior Recog.

SDK Info:

Smartphone:

Development Environment: (For Android issue feel free to skip this section)

SilverDestiny commented 10 months ago

Nothing obvious from the crash log.. Is there an easy way to reproduce the crash?

nasamio commented 10 months ago

sry,i cant find any way to reproduce the crash

jackqdyulei commented 10 months ago

Close since it can't be reproduced and the error message not direclty pinged to ML Kit