App crashes with OutOfMemoryError
Open
- Dominant language
- Java
- Stars
- 201
- Forks
- 255
- PR merge metrics
- No merged PRs in 30d
Description
When loading large json feed (65 mb) app crashes in NetworkUtils.java (line 68) with following error : Throwing OutOfMemoryError "Failed to allocate a 171966472 byte allocation with 4186328 free bytes and 103MB until OOM"
Contributor guide
Research direction
Start in NetworkUtils.java at line 68 and reproduce the failure with the reported 65 MB JSON feed. Read the surrounding loading path and use the reported OutOfMemoryError to identify the failing operation. Done means the app can load the large feed without the reported allocation failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100