Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1168521
Regression
No
[Win7] Editor silent crash when multiple StartCoroutine() and StopCoroutine() methods are called
How to reproduce:
1. Open attached 'project-1168521.zip' project and 'Bug Scene' scene
2. Enter Play mode (the crash occurs in 1 - 10 minutes)
- Observe the silent crash
Reproducible with: 2018.4.4f1, 2019.1.11f1, 2019.2.0b10, 2019.3.0a10
Could not test with: 2017.4.30f1 and earlier (due to project errors)
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
- Crash on ExternalMaterialsCreationPostprocessCallback when importing specific asset
- UI Builder Library sections dropdowns are not working
- Widgets are not updating in Scene View when an Object is moving using DOTS
- Missing TMP Essentials error is logged when closing the TMP Importer Window after they have been already Installed in VFX Learning Template Scenes
- Texture artifacts while moving around in Play mode when using URP on ARM Windows
Resolution Note (2020.1.X):
The issue in this project is that a stack overflow happens and we are unable to gracefully shutdown/show crash stack trace/bug reporter as there is not stack space to run these options. This why the editor silently crashes.
We were unfortunately not able to locate where the stack overflow originated from nor are we able to gracefully handle this case.
However, it looks like there in BladeRobotMoveControl.LeftCheck/LeftCheck/ChangeDirection could be a potential infinite recursion that could be the root cause of the stack overflow.