Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
1
Found in
6000.0.57f1
6000.2.3f1
6000.3.0b1
6000.4.0a1
6000.5.0a1
Issue ID
UUM-115886
Regression
No
JobTempAlloc memory leak warning is thrown when the Player is shut down
Reproduction steps:
1. Open the attached “IN-112437” project
2. Open the Build Profiles window (File > Build Profiles)
3. Build the Project
4. Launch the built Player using this command: “./clomper.exe -native-leak-detection EnabledWithStackTrace”
5. Press the “Quit” button in the Player
6. Open and observe the Player.log
Expected result: No warnings are printed out
Actual result: Memory Leak warnings are printed out
Reproducible with: 6000.0.57f1, 6000.2.3f1, 6000.3.0b1
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- Received warnings:
{{GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer.}}
{{GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer.}}
{{Leak Detected : Persistent allocates 367 individual allocations.}}
{{Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance}}
- Discussion: https://discussions.unity.com/t/memory-leak-in-gpu-resident-batcher/1639304
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment