Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.4.0b9
6000.5.0a7
Issue ID
UUM-134388
Regression
Yes
Allocation warnings and errors are thrown when converting the Built-in Rendering Settings to URP on Ubuntu
How to reproduce:
1. Create a new Unity Built-in RP project with the older stream (6.0)
2. Upgrade the project to a reproducible version
3. Go to Window -> Package Management -> Package Manager -> Unity Registry -> Universal Render Pipeline -> Install
4. Go to Window -> Rendering -> Render Pipeline Converter
5. Check the "Rendering Settings" and click "Scan"
6. With the "Rendering Settings" checked, click "Convert Assets" and observe the Console
Expected results: No Allocator errors, warnings and logs are in the Console
Actual results: Multiple errors, logs and warnings are in the Console
Reproducible with: 6000.4.0b9, 6000.5.0a6, 6000.5.0a7
Not reproducible with: 6000.0.67f1, 6000.3.9f1, 6000.5.0a5
Reproducible on: Ubuntu 24
Not reproducible on: macOS Tahoe 26 (M1)
First lines of errors/warnings:
- TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 112
UnityEngine.Debug:ExtractStackTraceNoAlloc (byte*,int,string)
- Internal: Stack allocator ALLOC_TEMP_MAIN has unfreed allocations, size 112
To Debug, run app with -diag-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations.
- Allocation of 16 bytes at 0x7cbdc1300080
- To Debug, run app with -diag-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocation
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment