Search Issue Tracker
Won't Fix
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
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
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.