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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.