Search Issue Tracker
Fixed
Fixed in 2023.2.17f1, 6000.0.0b13
Votes
4
Found in
2023.2.0a21
2023.3.0b5
6000.0.0b11
Issue ID
UUM-61023
Regression
Yes
Memory leak when creating ARC prefab
There is a leak when creating a prefab of an Audio Random Container.
Regression details
Reproducible on 2023.2.0a21 and upward; Not on 2023.2.0a20.
Repro
- Open an empty project.
- Create an audio random container (Assets > Create > Audio > Audio Random Container).
- Drag the audio random container to the hierarchy to create a game object with it.
- Drag the game object that you created to the project view to create a prefab
Expected: A prefab is created and no warnings are thrown in the console.
Actual: A prefab is created but memory leak warnings are thrown.
Note
Behavior seemed different on different versions:
2023.2.0a21: The warning doesn't show immediately when creating the prefab, unlike in other versions, so you have to play a bit around until it appears.
2023.2.8f1: All subsequent prefab creations throw warnings, i.e. non-ARC game objects. They don't throw warnings before the ARC prefab is created. However, I also discovered that this behavior is a bit random – 2023.2.0b5 doesn't do this... yet 2023.2.0b1 does(?).
2023.3.0b5: Only ARC prefabs throw warnings.
Reproduced on
MacOS (M1) 13.6.3
No other environment tested.
Stack trace (1/2)
{code:java}
[Worker0] Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance {code}
Stack trace (2/2)
{code:java}
[Worker0] To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. {code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment