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
- Material Component has two horizontal lines under it when its foldouts are closed
- Some selected Mesh Renderer Materials lead to Assets folder when pinged
- Editor colors appear darkened out when HDR Display Output is enabled
- Default Mesh Renderer Material cannot be found in the Select Material window after removing it from the GameObject
- UI Builder button text disappears in the GameView when the radius of the button is increased in a specific project
Resolution Note (fix version 2019.2):
The allocations are deleted in latest 2019.2 versions.