Search Issue Tracker
Fixed
Fixed in 2023.2.14f1, 2023.3.0b11
Votes
0
Found in
2021.3.30f1
2022.3.4f1
2023.1.11f1
2023.2.0b7
2023.3.0a3
Issue ID
UUM-46701
Regression
No
UI Toolkit ListView recursive method call causes StackOverflowException
Reproduction steps:
1. Open the "IN-48963.zip" project
2. Open the "Assets/Tests/Combined tests" Scene
3. Attach Rider/Visual Studio to the Unity Editor and Debug the project
4. Enter Play mode
5. Wait until there are at least 20k log entries in the UniCon Console window
6. Press the "Tail" button in the UniCon Console window multiple times
7. Observe the code editor
Expected results: StackOverflowException is not thrown
Actual results: StackOverflowException is thrown
Reproducible with: 2022.3.4f1
Reproducible on: Windows 11 (reported by the user)
Not reproducible on: No other environment tested
Notes:
- Not reproduced by CQA
- Any interaction with the logs in the UniCon Console window should trigger the StackOverflowException at many log entries
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
- Main Camera rendering is being overwritten by a UI Camera when using multiple cameras with URP and the second camera's background type is set to "Uninitialized"
- VisualTreeAsset has significantly increased memory allocation size at runtime when the project is built with IL2CPP scripting backend
- NullReferenceException is logged when cancelling Shader Graph recovery of an already deleted Shader Graph
- White Edges appear during Camera movement in runtime when using FSR2 with Motion Vectors and Exposure enabled
- Lens Flare renders without occlusion when the light source is obstructed by solid objects when running on Android using OpenGL
Resolution Note (fix version 2023.3.0b11):
Addressed the recursive call for dynamic height ListViews that caused the StackOverflowException.
Resolution Note (fix version 2023.2.14f1):
Addressed the recursive call for dynamic height ListViews that caused the StackOverflowException.