Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.2.0a5
Issue ID
UUM-48039
Regression
No
Editor crashed on UnityEditor::CoreBusinessMetrics::MetricsCache::ProcessEventDiscardedQueue after editing and saving Assembly definition code
How to reproduce:
1. Open the “IN-52723_URPIntegrationTests“ project
2. Open the “TestSetup.asmdef“ asset
3. Add a space and save
Expected result: The Editor continues to run
Actual result: The Editor crashes
Reproducible with: 2023.2.0a5
Reproducible on: Windows 10
Not reproducible on: Windows 11
Note: Not tested by CQA
Stack Trace
0x00007FF8E73A03F5 (Unity) UnityEditor::CoreBusinessMetrics::MetricsCache::ProcessEventDiscardedQueue
0x00007FF8E73AC3CE (Unity) UnityEditor::CoreBusinessMetrics::MetricsCache::RunThread
0x00007FF8E73AC8C9 (Unity) UnityEditor::CoreBusinessMetrics::ThreadFunc
0x00007FF8E48BDB32 (Unity) Thread::RunThreadWrapper
0x00007FF9FCAE7614 (KERNEL32) BaseThreadInitThunk
0x00007FF9FEAC26B1 (ntdll) RtlUserThreadStart
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- 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
Resolution Note:
Unable to reproduce