Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor crash when closing the app caused by the new quick open dialog #97733

Closed
passivestar opened this issue Oct 2, 2024 · 2 comments · Fixed by #97746
Closed

Editor crash when closing the app caused by the new quick open dialog #97733

passivestar opened this issue Oct 2, 2024 · 2 comments · Fixed by #97746

Comments

@passivestar
Copy link
Contributor

Tested versions

v4.4.dev.custom_build [1917bc3]

System information

Godot v4.4.dev (1917bc3) - macOS 14.5.0 - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M1 Max (Apple7) - Apple M1 Max (10 threads)

Issue description

Freeze and crash when closing the app after #56772:

================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.4.dev.custom_build (1917bc3454e58fc56750b00e04aa25cb94d8d266)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
[1] 1   libsystem_platform.dylib            0x000000018b6c3584 _sigtramp + 56
[2] QuickOpenResultContainer::~QuickOpenResultContainer() (in godot.macos.editor.arm64) + 112
[3] QuickOpenResultContainer::~QuickOpenResultContainer() (in godot.macos.editor.arm64) + 112
[4] Node::_notification(int) (in godot.macos.editor.arm64) + 400
[5] Object::_predelete() (in godot.macos.editor.arm64) + 132
[6] Node::_notification(int) (in godot.macos.editor.arm64) + 380
[7] Object::_predelete() (in godot.macos.editor.arm64) + 132
[8] Node::_notification(int) (in godot.macos.editor.arm64) + 380
[9] Panel::Panel()
[10] Object::_predelete() (in godot.macos.editor.arm64) + 132
[11] Node::_notification(int) (in godot.macos.editor.arm64) + 380
[12] Object::_predelete() (in godot.macos.editor.arm64) + 132
[13] Node::_notification(int) (in godot.macos.editor.arm64) + 380
[14] Object::_predelete() (in godot.macos.editor.arm64) + 132
[15] SceneTree::finalize() (in godot.macos.editor.arm64) + 64
[16] OS_MacOS::run() (in godot.macos.editor.arm64) + 424
[17] main (in godot.macos.editor.arm64) + 392
[18] 18  dyld                                0x000000018b30a0e0 start + 2360
-- END OF BACKTRACE --
================================================================

Steps to reproduce

Create a new project and close the editor

Minimal reproduction project (MRP)

N/A

@akien-mga
Copy link
Member

CC @stijn-h @KoBeWi

@Cronos87
Copy link

Cronos87 commented Oct 2, 2024

I can confirm this issue as well. I opened this new quick open dialog, and after closing the editor by pressing CMD+Q, the editor crashed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Immediate Blocker
Development

Successfully merging a pull request may close this issue.

4 participants