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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.