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
- “STP” in Project window > Advanced Upscalers by Priority menu list is shown as available to add when it is already added to the list
- Rename fails with an error “Canceling DisplayDialog” when renaming a Mipmap Limit Group in Project Settings > Quality after adding a new group
- Obsolete API warning CS0618: 'HDAdditionalLightData.SetIntensity(float)' is thrown when installing “Output Event Helpers” Samples to the project
- Misaligned “Show Property Gizmo” and affected “Color” field in Inspector of a VFX Asset
- UIElements Style.translate is shifted down on the Y axis when in Play Mode
Add comment