Search Issue Tracker
Fixed in 6000.0.27f1
Fixed in 6000.0.X, 6000.1.0a3
Votes
0
Found in
6000.0.18f1
6000.1.0a2
Issue ID
UUM-78956
Regression
Yes
Crash on unload_thread_main when reloading scripts after switching to debug mode
Reproduction steps:
1. Open the attached “repro-project“
2. In the lower right corner of the Editor select the bug icon to open the Debugger window
3. Select “Switch to debug mode” in the opened window
4. Wait for the scripts to start reloading
5. Observe the crash
Reproducible with: 2023.3.0a7, 6000.0.18f1
Not reproducible with: 2021.3.43f1, 2022.3.44f1
Could not test with: 2022.1.0a1, 2023.3.0a6 (due to errors preventing switching to debug mode)
Reproduced on: Windows 10, Windows 11 (by reporter)
Not reproducible on: No other environment tested
Notes:
1. If the issue does not reproduce after following the steps, switch between release mode and debug mode repeatedly until it does. Reproduction is inconsistent
2. The exact version where the issue was introduced could not be identified
First few lines of the stack traces:
0x00007FFA09EF2371 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\appdomain.c:3369] unload_thread_main
0x00007FFA0A04806B (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\threads.c:1272] start_wrapper_internal
0x00007FFA0A04827E (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\threads.c:1348] start_wrapper
0x00007FFB24C5257D (KERNEL32) BaseThreadInitThunk
0x00007FFB25CCAF28 (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
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
- Letters on the left side move further as Letter Spacing is increased when Advanced Text Generator is used and Alignment is set to Center
Resolution Note (fix version 6000.1.0a3):
Fixed crash that would occur due to memory corruption in the Burst domain after logging a warning to the Editor console.
Resolution Note (fix version 6000.0):
Fixed crash that would occur due to memory corruption in the Burst domain after logging a warning to the Editor console.