Glide caused a memory leak
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
com.nucleus.manager.PictureOptionPageActivity
↑
com.bumptech.glide.RequestManager -> context
↑
java.util.ArrayList -> 8
↑
com.bumptech.glide.Glide -> managers
↑
java.util.ArrayList -> 2
↑
com.RealAstApp -> mComponentCallbacks
↑
Global variable in native code
My activity is a fragmentActivity, which should have life perception capabilities, but it is not released as normal, resulting in a memory leak.
Contributor guide
Research direction
Start by reproducing the reported leak in com.nucleus.manager.PictureOptionPageActivity and inspecting the retained-reference chain through Glide's RequestManager and managers. No repository file or test is identified in the report; completion would require verifying that the FragmentActivity is released normally and the reported chain no longer retains it.
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