LuckSiege / LuckSiege/PictureSelector
java.util.NoSuchElementException
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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