Search Issue Tracker
Fixed in 2022.3.21f1
Fixed in 2021.3.X, 2021.3.36f1, 2022.3.X, 2023.2.X, 2023.3.X, future release
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
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
- Typing numbers in Matrix node’s numeric fields stretches Node
- Streaming is misspelled as "Steaming" in "Enable GPU Streaming" and "Enable Disk Streaming" tooltpis
- "IndexOutOfRangeException" thrown when moving caret left at start of TMP Input Field with rich text
Add comment