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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
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.