Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0a11
2019.3
2019.4
2019.4.2f1
2020.1
2020.2
Issue ID
1264111
Regression
No
Stack-overflow Crash on recursive function call with native containers
Reproduction steps:
1. Open the "Test" Scene in the "1264111.zip" project
2. Enter Play Mode
Reproduces on: 2019.2.0a11, 2019.2.21f1, 2019.3.16f1, 2019.4.9f1, 2020.1.4f1, 2020.2.0a21
Not reproducible on: 2018.4.26f1
Note: Refer to the user's report for more info on how these issues are reproduced
Last few lines of Editor.log:
StackOverflowException: The requested operation caused a stack overflow.
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
UnityEngine.<>c:<RegisterUECatcher>b__0_0(Object, UnhandledExceptionEventArgs)
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
The cases in this bug report are all real stack overflow conditions. The Unity Editor cannot recover from a stack overflow condition.