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
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
- Text is culled by size when Content Size Fitter is small and rich text is used
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.