Search Issue Tracker
Fixed
Fixed in 2021.3.36f1, 2022.3.21f1, 2023.2.13f1, 2023.3.0b3, 7000.0.0a1
Votes
0
Found in
2021.3.16f1
Issue ID
UUM-56334
Regression
No
[Linux] Crash on g_type_check_instance when opening a project or entering the Play Mode on a tutorial microgame project
Reproduction steps:
1. Open the attached “Crash” project
or
1. Open a microgame project
2. Enter the Play Mode
Expected result: Unity Editor successfully opens a project
Actual result: Unity Editor crashes
Reproducible with: 2021.3.8f1, 2021.3.16f1
Reproducible on: Linux Mint, SteamOS, Ubuntu 20.04, Ubuntu 22.04, Fedora 37 (Wayland Gnome), Pop!_OS 22.04 (Linux)
First lines of the stack trace:
#0 0x0055642954c31c in burst_signal_handler(int, siginfo_t, void)
#1 0x007f8625330e70 in funlockfile
#2 0x007f86259212fd in g_type_check_instance
#3 0x007f8625916e7c in g_signal_handlers_disconnect_matched
#4 0x0055642ab29373 in DisconnectGtkSignal(void, GtkCallbackResponse ()(), void)
#5 0x0055642a3c8f3d in MenuItem::~MenuItem()
#6 0x0055642a3cd7b3 in RemoveItemFromMenu(std::list<MenuItem, std::allocator<MenuItem> >, core::basic_string_ref<char>)
#7 0x0055642a3cd7f3 in RemoveItemFromMenu(std::list<MenuItem, std::allocator<MenuItem> >, core::basic_string_ref<char>)
#8 0x0055642a3cd633 in MenuController::RemoveMenuItem(core::basic_string_ref<char>)
#9 0x0055642a889526 in RecentScenesMenu::Build()
#10 0x0055642a88948e in RecentScenesMenu::Update()
#11 0x0055642a3c97fa in MenuController::UpdateAllMenus(bool)
#12 0x0055642ab0f237 in OnActivated(MenuItem)
#13 0x007f86258fe349 in g_closure_invoke
#14 0x007f8625911aef in g_signal_handler_disconnect
#15 0x007f862591895f in g_signal_emit_valist
#16 0x007f8625918ab3 in g_signal_emit
#17 0x007f862603110c in gtk_widget_activate
Notes:
- Crashes with this stack trace were only reported in the 2021.3 LTS stream
- CQA couldn’t reproduce this crash on any of their Linux machines
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment