glide icon indicating copy to clipboard operation
glide copied to clipboard

Native crash in "libc.so tgkill" at SupportRequestManagerFragment

Open Steven-Yao opened this issue 3 years ago • 0 comments
trafficstars

Glide Version: 4.11.0

Integration libraries: OkHttp3

Device/Android Version: Android 6.0 ~ 9.0, many different devices

Issue details / Repro steps / Use case background:

Native crashes happened at com.bumptech.glide.manager.SupportRequestManagerFragment


Glide load line / GlideModule (if any) / list Adapter code (if any):

Glide.with(this.context).load(imageUrl).listener(lis).into(this)

Layout XML: databinding

<ImageView
    app:imgUrl="@{url}"
    />

Stack trace / LogCat:

> signal 6 code -6
>  backtrace:
> #0 pc 0x4a970 /system/lib/libc.so (tgkill 12)
> #1 pc 0x48106 /system/lib/libc.so (pthread_kill 37)
> #2 pc 0x1d718 /system/lib/libc.so (raise 13)
>  #3 pc 0x19264 /system/lib/libc.so
>  #4 pc 0x1712c /system/lib/libc.so
>  basic:
>  ABI: arm pid: 11565  tid: 11600

Steven-Yao avatar Apr 11 '22 07:04 Steven-Yao