Search Issue Tracker
Fixed in 2021.3.35f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, future release
Votes
0
Found in
2021.3.31f1
2022.3.10f1
2023.1.16f1
Issue ID
UUM-53154
Regression
No
[Linux] Crash on GUIView::SendLayoutEvent or IDList::CalculateNextFromHintList when browsing for a Visual Graph and selecting "None"
Reproduction steps:
1. Create a new 3D project
2. Click Window > Visual Scripting > Visual Scripting Graph
3. In the Visual Scripting window, select "Browse to open a Graph"
4. Select "None"
Expected result: Visual Scripting Graph is created and opened
Actual result: Unity Editor crashes
Reproducible with: 2021.3.31f1, 2022.3.10f1, 2023.1.16f1
Not reproducible with: 2023.2.0a1, 2023.2.0b13, 2023.3.0a9
Reproducible on: Ubuntu 23.04
Not reproducible on: No other environment tested
First lines of the first crash stack trace:
#0 0x00564d3980b9fc in burst_signal_handler(int, siginfo_t, void)
#1 0x007f9f27c3c460 in __sigaction
#2 0x00564d3ae887f0 in GUIView::SendLayoutEvent(GUIState&)
#3 0x00564d3ae88c75 in GUIView::OnInputEvent(InputEvent&)
#4 0x00564d3a7d01b4 in GUIView::ProcessInputEvent(InputEvent&)
#5 0x00564d3ae8d155 in OnGUIViewButtonPress(GUIView, void)
First lines of the second crash stack trace:
#1 0x005564e97490b6 in IDList::CalculateNextFromHintList(GUIState&, int, bool)
#2 0x005564e974919d in IDList::GetNext(GUIState&, int, FocusType, RectT<float> const&)
#3 0x005564e974dd0b in GUIState::GetControlID(GUIState&, int, FocusType, RectT<float> const&, bool)
#4 0x0000004115b610 in (wrapper managed-to-native) UnityEngine.GUIUtility:Internal_GetControlID_Injected (int,UnityEngine.FocusType,UnityEngine.Rect&)
#5 0x0000004115b563 in UnityEngine.GUIUtility:Internal_GetControlID (int,UnityEngine.FocusType,UnityEngine.Rect)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 2023.3):
fixed the focus change during dialog box pop up.
Resolution Note (fix version 2021.3):
fix visual scripting graph window crash when clicking on its button to select graphs to open