-
-
Notifications
You must be signed in to change notification settings - Fork 24k
Description
Tested versions
- Reproducible in v4.5.1.stable
- Reproducible in v4.4.stable.official [4c311cb]
- Not reproducible in any version prior to 4.4 as the shortcut did not exist yet.
System information
Godot v4.5.1.stable unknown - Arch Linux #1 ZEN SMP PREEMPT_DYNAMIC Thu, 18 Dec 2025 18:00:58 +0000 on Wayland - X11 display driver, Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (nvidia; 590.48.01) - AMD Ryzen 7 3700X 8-Core Processor (16 threads) - 15.53 GiB memory
Issue description
When Favorites is selected on the FileSystem panel and you press the shortcut for Open in Terminal (Ctrl+Alt+R by default) the Editor starts to freeze and proceeds to crash shortly after.
Below is the backtrace for the issue.
handle_crash: Program crashed with signal 4
Engine version: Godot Engine v4.5.1.stable.arch_linux
Dumping the backtrace. Please include this when reporting the bug on: https://github.com/godotengine/godot/issues
[1] /usr/lib/libc.so.6(+0x3e4d0) [0x7fcca4e3e4d0] (??:0)
[2] /usr/bin/godot(+0x27f32df) [0x55b43b10c2df] (??:?)
[3] /usr/bin/godot(+0x27f53d4) [0x55b43b10e3d4] (??:?)
[4] /usr/bin/godot(+0x27f579f) [0x55b43b10e79f] (??:?)
[5] /usr/bin/godot(+0x278f595) [0x55b43b0a8595] (??:?)
[6] /usr/bin/godot(+0x63732d9) [0x55b43ec8c2d9] (??:?)
[7] /usr/bin/godot(+0x3cf8897) [0x55b43c611897] (??:?)
[8] /usr/bin/godot(+0x3b76b6b) [0x55b43c48fb6b] (??:?)
[9] /usr/bin/godot(+0x3b78d06) [0x55b43c491d06] (??:?)
[10] /usr/bin/godot(+0x3bacb85) [0x55b43c4c5b85] (??:?)
[11] /usr/bin/godot(+0xe1334b) [0x55b43972c34b] (??:?)
[12] /usr/bin/godot(+0xe4c05c) [0x55b43976505c] (??:?)
[13] /usr/bin/godot(+0x5f1b0c2) [0x55b43e8340c2] (??:?)
[14] /usr/bin/godot(+0x5f1c632) [0x55b43e835632] (??:?)
[15] /usr/bin/godot(+0xe5bbcf) [0x55b439774bcf] (??:?)
[16] /usr/bin/godot(+0xd5a31c) [0x55b43967331c] (??:?)
[17] /usr/lib/libc.so.6(+0x27635) [0x7fcca4e27635] (??:0)
[18] /usr/lib/libc.so.6(__libc_start_main+0x89) [0x7fcca4e276e9] (??:0)
[19] /usr/bin/godot(+0xda21a5) [0x55b4396bb1a5] (??:?)
-- END OF C++ BACKTRACE --
Steps to reproduce
- Select Favorites in FileSystem
- Press Ctrl+Alt+R or the assigned shortcut for Open in Terminal on your system