bumptech / bumptech/glide

Native crash in "libc.so tgkill" at SupportRequestManagerFragment

Open
#4,783 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

**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)**:
```kotlin
Glide.with(this.context).load(imageUrl).listener(lis).into(this)
```

**Layout XML**: databinding
```xml

```

**Stack trace / LogCat**:
```ruby
> 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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.