LuckSiege / LuckSiege/PictureSelector

java.util.NoSuchElementException

Open
#2,066 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
13.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

设备机型:OPPO 机型版本:PDKM00 系统版本:11

at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:759)
at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:790)
at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:788)
at com.bumptech.glide.util.LruCache.trimToSize(TbsSdkJava:3)
at com.bumptech.glide.util.LruCache.evict(TbsSdkJava:1)
at com.bumptech.glide.util.LruCache.put(TbsSdkJava:10)
at com.bumptech.glide.load.engine.cache.LruResourceCache.put(TbsSdkJava:1)
at com.bumptech.glide.load.engine.Engine.onResourceReleased(TbsSdkJava:3)
at com.bumptech.glide.load.engine.EngineResource.release(TbsSdkJava:5)
at com.bumptech.glide.load.engine.Engine.release(TbsSdkJava:2)
at com.bumptech.glide.request.SingleRequest.clear(TbsSdkJava:14)
at com.bumptech.glide.manager.RequestTracker.clearAndRemove(TbsSdkJava:3)
at com.bumptech.glide.RequestManager.untrack(TbsSdkJava:3)
at com.bumptech.glide.RequestManager.untrackOrDelegate(TbsSdkJava:1)
at com.bumptech.glide.RequestManager.clear(TbsSdkJava:2)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the stack trace entry points in com.bumptech.glide.util.LruCache.trimToSize, evict, and put, then follow the release path through Engine and RequestManager.clear. Reproduce the crash on the reported OPPO PDKM00 running Android 11 if possible; done means the cause is confirmed and the reported crash has a verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
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.