Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2021.3.29f1
2022.3.7f1
2023.1.8f1
2023.2.0b5
2023.3.0a3
Issue ID
UUM-47591
Regression
No
Crash on DynamicHeapAllocator::Allocate when opening specific project
Reproduction steps:
1. Open the attached project “CrashRepro“
Expected result: Project opens
Actual result: Editor crashes
Reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.8f1, 2023.2.0b5, 2023.3.0a3
Reproducible on: Windows 10
Not reproducible on: no other environment tested
First few lines of Stack Trace:
{noformat}0x00007ff7ab80b89c (Unity) DynamicHeapAllocator::Allocate
0x00007ff7ab8193bc (Unity) DualThreadAllocator<DynamicHeapAllocator>::Allocate
0x00007ff7ab80bdd3 (Unity) MemoryManager::Allocate
0x00007ff7ab8138a2 (Unity) MemoryManager::ReallocateFallbackToAllocateDeallocate
0x00007ff7ab813459 (Unity) MemoryManager::Reallocate
0x00007ff7ab81665c (Unity) realloc_internal{noformat}
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note:
The data corruption in this case is not easily replicable so we cannot realistically use it.
Also, deleting the Library folder and forcing a project re-import solved the problem on our side. I recommend doing the same in this case.
If a more concise reproduction process is found we could have another look.
Resolution Note (2023.3.X):
The data corruption in this case is not easily replicable so we cannot realistically use it.
Also, deleting the Library folder and forcing a project re-import solved the problem on our side. I recommend doing the same in this case.
If a more concise reproduction process is found we could have another look.