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

Native crash in "libc.so tgkill" at SupportRequestManagerFragment #4783

Open
Steven-Yao opened this issue Apr 11, 2022 · 0 comments
Open

Native crash in "libc.so tgkill" at SupportRequestManagerFragment #4783

Steven-Yao opened this issue Apr 11, 2022 · 0 comments

Comments

@Steven-Yao
Copy link

Steven-Yao commented Apr 11, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant