Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2023.2.0a10
Issue ID
UUM-33709
Regression
No
[MacOS] Editor crashes when debugging if there is a breakpoint in a default method of an interface
How to reproduce:
1. Open the user’s attached “MI 431 - Spartan Swashbucklers.zip” project
2. Open the “AINode” script (Assets/XnTools/XNAI/AINode.cs)
3. Add a breakpoint to the 41st or 46th line
4. Open “CaptainStrategy_XnAI_SO” script (Assets/___Scripts/_Captains CaptainStrategy_XnAI_SO)
5. Add a breakpoint to the 95th line
6. Attach the debugger to Unity
7. In the Project window, select “CS_JGB_Merchant_2_SO”
8. In the Inspector window in the “Child.XnTools.XnAI.AINode_Leaf_84” element, enable “Select Node”
9. Press “__ XnAI – SelectedNode - Add Decorator Parent” button
10. In the opened script editor, press the continue or step-into button
11. Observe the result
Expected result: No crash
Actual result: Crash
Reproducible with: 2021.3.23f1, 2022.2.16f1, 2023.1.0b13, 2023.2.0a11
Could not test with: 2020.3.47f1 (Errors after project downgrade)
Reproduced on: macOS 13.2.1 (Intel)
Not reproduced on: Windows 10 Pro
Notes:
Crash can appear after the 9th step
Reproducible with Rider and Visual Studio
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This is caused by a stack overflow in the submitted project.
Resolution Note (2023.2.X):
This is caused by a stack overflow in the submitted project.