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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Add comment