Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.4.8f1
2020.1
2020.2
Issue ID
1274310
Regression
No
MonoManager ReloadAssembly crash when continuously recompiling scripts
Reproduction steps:
1. Open the user attached project from case case 1278006
2. Open Scene "Level1"
3. Open SceneController.cs
4. Continuously change, save script and focus Unity (usually takes about 30 iterations, but sometimes takes up to 100)
Reproducible with: 2020.1.5f1, 2020.1.14f1, 2020.2.0a1, 2020.2.0a11
Seemingly not reproducible with: 2020.2.0a13, 2020.2.0f1, 2021.1.0a6
Cannot test with 2020.2.0a12 due to the repro project crashing on opening
Notes:
- Doesn't seem to reproduce on an empty project
- Reproduction rate might be related to the amount of code it needs to recompile
- Sometimes crashes silently with "Assertion at ..\mono\mini\mini-generic-sharing.c:877, condition `oti' not met" produced in the logs right before the crash
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
- 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
Resolution Note:
Not reproducible from 2020.2.0a12 and onwards