Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.3.0p2
Issue ID
994584
Regression
No
[Linux editor] Crash in gtk_menu_get_type on Menu.SetChecked in menu item validation function
Steps to reproduce:
1. Open the attached project
2. Click "Hello->Hello" under the menu
3. Repeat step 2
Result: crash in gtk_menu_get_type
#0 0x007f2d9f06fac0 in funlockfile
#1 0x007fff563ceae0 in gtk_menu_get_type
#2 0x007fff563ceb80 in gtk_menu_popup
#3 0x007fff563cec60 in gtk_menu_bar_set_child_pack_direction
#4 0x007fff563cec90 in gtk_menu_item_toggle_size_allocate
#5 0x007fff563cecc0 in gtk_menu_item_toggle_size_allocate
#6 0x007fff563cece0 in g_closure_invoke
<...>
Reproduced with: 2017.3.0f1, 2017.3.0p2
Note: unable to reproduce on 2017.2.0f3, script causes editor to enter an infinite loop and reach StackOverflow
Editor log is full of
UnityEditor.Menu:SetChecked(String, Boolean)
CrashTest:ValidateHello() (at Assets/CrashTest.cs:13)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- A vertical graphical artifact appears on Android Player when clearing Z & Stencil Buffer and running with OpenGLES3 Graphics API
- Player crashes when built with IL2CPP Scripting backend
- TextMeshPro package throws multiple Shader errors when importing TMP Essential Resources
- Package Manager search text field has no validation and leads to Editor freezes
- PlayerLoop.SetPlayerLoop() function is ignored when playing game in Player
Add comment