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
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- "Editor unavailable" message is displayed when navigating to "Get set up" tab in Unity Hub
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
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.