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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Resolution Note:
The cases in this bug report are all real stack overflow conditions. The Unity Editor cannot recover from a stack overflow condition.