Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2019.2
2019.2.2f1
Issue ID
1180323
Regression
Yes
Memory leak in ShadowMapJobHeader
How to reproduce:
1. Build & Run the attached project for iOS
Actual result: "Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak" is getting spammed.
Reproducible with: 2019.2.0f1.
Not reproducible with: 2017.4.33f1, 2018.4.12f1, 2019.2.10f1, 2019.3.0b8, 2020.1.0a8.
Devices reproducible with:
- iPhone 6s (iOS 12.1.2)
Devices not reproducible with:
- iPhone 7 (iOS 12.1.2)
- iPhone X (iOS 13.0)
Notes:
- The errors doesn't appear in other versions, only 2019.2.
- “Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 5)” are spammed in 2019.2.10f1 (fixed)
Comments (6)
-
Nolex
May 16, 2020 13:15
Problem still exists in 2019.2:
https://forum.unity.com/threads/jobtempalloc-has-allocations-that-are-more-than-4-frames-old.693394/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Font Asset Creator does not support Multi Atlas Texture while it is supported by Font Assets
- Dark patches are present when using APV and GI
- Package Manager Multi Select shows incorrect number of Packages that will be removed when the Selected Package has another Package installed as a Dependency
- Game View scale drops lower than is possible to choose manually when a Domain Reload occurs
- New downloads status icons are not visible in the Hub "Downloads" when at least one failed download is present
Resolution Note (fix version 2019.2):
The allocations are deleted in latest 2019.2 versions.