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
- Blurred Text Shadows wrap around each letter when using offset and blur
- "Attached Stylesheets" display option does not work
- IndexOutOfRangeException is thrown when using and empty query{} function in the search window
- ArgumentExceptions are thrown when an exclamation mark is written as the first character in the search window
- "No HDR monitor detected." warning is shown in the Rendering Debugger even when the Editor is on HDR-enabled monitor
Resolution Note (fix version 2019.2):
The allocations are deleted in latest 2019.2 versions.