bumptech / bumptech/glide

glide-source-th(7262) SIGSEGV(SEGV_MAPERR)

Open
#5,321 1 comment 1 reaction 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.14.2

**Integration libraries**: OKHttp 4.9.3

defaultConfig {
.......
//blur
renderscriptTargetApi 32
renderscriptSupportModeEnabled true

}

**Device/Android Version**: HuaWei/EMOTION、OPPO/PEQM00、XiaoMi/MIUI

**Issue details / Repro steps / Use case background**: Collect error logs

**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with(context).load(res)
.apply(RequestOptions.bitmapTransform(BlurTransformation(radius)))
.into(this)
-------------------------------------------------------------------------------
val requestBuilder =
Glide.with(this).load(url).apply(RequestOptions.bitmapTransform(CircleCrop()))
if (block != null) {
block.invoke(requestBuilder).into(this)
} else {
requestBuilder.into(this)
}

```

**Layout XML**:
```xml

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the crash with Glide 4.14.2, OKHttp 4.9.3, BlurTransformation, and the supplied RenderScript configuration on the listed Android devices. Read the provided libRSDriverArm and libRS_internal stack traces first, then determine whether the failure is in Glide's blur usage or the device's RenderScript implementation. Done means a confirmed cause and a reproducible fix or a clearly documented incompatibility.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.