Search Issue Tracker
Fixed in 2021.3.29f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a22
Votes
0
Found in
2021.3.19f1
2022.2.7f1
2023.1.1f1
2023.2.0a20
Issue ID
UUM-27537
Regression
No
Crash on mono_gc_wbarrier_range_copy when loading a Scene async
Reproduction steps:
1. Open the attached “repro-project“
2. Enter Play Mode
3. Click “New Game“
4. Observe the crash
Reproducible with: 2021.3.19f1, 2022.2.7f1
Could not test with: 2020.3.45f1 (due to errors in the Console when downgrading the project), 2023.1.0b5, 2023.2.0a3 (due to compilation errors in the Console)
Reproduced on: Windows 10 Pro
First few lines of the stack trace:
{{0x00007ffee49297f8 (mono-2.0-bdwgc) [boehm-gc.c:1315] mono_gc_wbarrier_range_copy }}
{{0x000002532148222b (Mono JIT Code) [PlayerBody.cs:2667] PlayerBody:ResetCamera () }}
{{0x00000253214810a3 (Mono JIT Code) [PlayerBody.cs:774] PlayerBody:ResetMirk () }}
{{0x00000253214803ab (Mono JIT Code) [Links.cs:514] Links:PrisonLoadCompleted (UnityEngine.AsyncOperation) }}
{{0x00000250eb73fedc (Mono JIT Code) UnityEngine.AsyncOperation:InvokeCompletionEvent ()}}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment