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

macOS crashes after latest update #24061

Closed
brandondrew opened this issue Jan 31, 2025 · 2 comments
Closed

macOS crashes after latest update #24061

brandondrew opened this issue Jan 31, 2025 · 2 comments

Comments

@brandondrew
Copy link

Summary

I updated Zed this morning, and it has not opened at all today, despite many attempts.

Steps to trigger the problem:

  1. Update
  2. Restart
  3. Watch the "Problem Report for zed" window appear

Actual Behavior:

The app never successfully starts

Expected Behavior:

The app successfully starts

Zed Version and System Specs

Since I can't open Zed, I can't do that, but from the Finder I see it is 0.171.3, and I assume most of the rest of the info is in the macOS problem report summary:


Translated Report (Full Report Below)

Process: zed [20743]
Path: /Applications/Zed.app/Contents/MacOS/zed
Identifier: dev.zed.Zed
Version: 0.171.3 (20250129.173059)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2025-01-31 18:23:54.8868 -0500
OS Version: macOS 15.2 (24C101)
Report Version: 12
Anonymous UUID: 28AE2169-DBF9-C697-B886-A94B29450246

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
2025-01-31T14:33:23.898273-05:00 [INFO] ========== starting zed ==========
2025-01-31T14:33:23.973422-05:00 [INFO] Opening main db
2025-01-31T14:33:23.976074-05:00 [INFO] Opening main db
2025-01-31T14:33:24.018877-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T14:33:24.276688-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738352004276,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "d42d50b2-bf93-4915-97d5-ead32b4cd7ff"
}
2025-01-31T14:46:08.121393-05:00 [INFO] ========== starting zed ==========
2025-01-31T14:46:08.186942-05:00 [INFO] Opening main db
2025-01-31T14:46:08.19704-05:00 [INFO] Opening main db
2025-01-31T14:46:08.236654-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T14:46:08.541134-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632",
    "<gpui::platform::mac::platform::MacPlatform as gpui::platform::Platform>::run::hd0ee16263de297ec+31635556",
    "gpui::app::App::run::h4f5207cd4b35f507+78643724",
    "zed::main::h88f3a09dce881f8b+79027524",
    "std::sys::backtrace::__rust_begin_short_backtrace::hc0f345d5f84f60be+79868916",
    "std::rt::lang_start::{{closure}}::h105b84ac8607b40f+80043700",
    "std::rt::lang_start_internal::hdd117cb81a316264+61512532",
    "_main+79036392"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738352768540,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "941845a4-2473-4d29-9d62-b8d587e2afe3"
}
2025-01-31T14:52:02.073742-05:00 [INFO] ========== starting zed ==========
2025-01-31T14:52:02.153033-05:00 [INFO] Opening main db
2025-01-31T14:52:02.156352-05:00 [INFO] Opening main db
2025-01-31T14:52:02.22248-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T14:52:02.472107-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738353122471,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "416066cb-fe36-431f-b0b7-f7bae91491c2"
}
2025-01-31T14:52:28.153684-05:00 [INFO] ========== starting zed ==========
2025-01-31T14:52:28.217925-05:00 [INFO] Opening main db
2025-01-31T14:52:28.220807-05:00 [INFO] Opening main db
2025-01-31T14:52:28.257518-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T14:52:28.559195-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738353148559,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "894cc31a-41e0-48e7-8a3f-13a67c596caf"
}
2025-01-31T14:52:42.640178-05:00 [INFO] ========== starting zed ==========
2025-01-31T14:52:42.701725-05:00 [INFO] Opening main db
2025-01-31T14:52:42.704063-05:00 [INFO] Opening main db
2025-01-31T14:52:42.744708-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T14:52:42.933578-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738353162933,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "927a0ae0-e9a6-4aca-9ce0-ff4a6ecff78c"
}
2025-01-31T15:13:16.006767-05:00 [INFO] ========== starting zed ==========
2025-01-31T15:13:16.075363-05:00 [INFO] Opening main db
2025-01-31T15:13:16.081097-05:00 [INFO] Opening main db
2025-01-31T15:13:16.115908-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T15:13:16.336778-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632",
    "<gpui::platform::mac::platform::MacPlatform as gpui::platform::Platform>::run::hd0ee16263de297ec+31635556",
    "gpui::app::App::run::h4f5207cd4b35f507+78643724",
    "zed::main::h88f3a09dce881f8b+79027524",
    "std::sys::backtrace::__rust_begin_short_backtrace::hc0f345d5f84f60be+79868916",
    "std::rt::lang_start::{{closure}}::h105b84ac8607b40f+80043700",
    "std::rt::lang_start_internal::hdd117cb81a316264+61512532",
    "_main+79036392"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738354396336,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "e5615b13-d2ad-4fc0-af8c-ac576151ede8"
}
2025-01-31T15:21:50.540978-05:00 [INFO] ========== starting zed ==========
2025-01-31T15:21:50.596967-05:00 [INFO] Opening main db
2025-01-31T15:21:50.602888-05:00 [INFO] Opening main db
2025-01-31T15:21:50.634484-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T15:21:50.792658-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738354910792,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "f2d4c953-7e04-4664-9668-2a467535baf3"
}
2025-01-31T15:22:11.301361-05:00 [INFO] ========== starting zed ==========
2025-01-31T15:22:11.392297-05:00 [INFO] Opening main db
2025-01-31T15:22:11.395592-05:00 [INFO] Opening main db
2025-01-31T15:22:11.425481-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T15:22:11.5852-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738354931585,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "239ad606-92bf-4f67-977d-7ff7889cd0ce"
}
2025-01-31T18:23:54.5747-05:00 [INFO] ========== starting zed ==========
2025-01-31T18:23:54.629681-05:00 [INFO] Opening main db
2025-01-31T18:23:54.63216-05:00 [INFO] Opening main db
2025-01-31T18:23:54.666699-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T18:23:54.865306-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738365834865,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "3499f3ec-a702-4a2a-9d31-891b9321ffaa"
}
2025-01-31T18:24:01.421563-05:00 [INFO] ========== starting zed ==========
2025-01-31T18:24:01.478387-05:00 [INFO] Opening main db
2025-01-31T18:24:01.480722-05:00 [INFO] Opening main db
2025-01-31T18:24:01.506045-05:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-01-31T18:24:01.642737-05:00 [ERROR] {
  "thread": "main",
  "payload": "called `Result::unwrap()` on an `Err` value: Error loading built-in keymap \"keymaps/macos/textmate.json\": Errors in user keymap file.\n\n\nIn section with `context = \"Editor\"`:\n\n - In binding `\"cmd-alt-enter\"`, didn't find an action named `\"editor::NewLineAbove\"`.\n\nIn section with `context = \"ProjectPanel\"`:\n\n - In binding `\"cmd-n\"`, didn't find an action named `\"project_panel::NewFolder\"`.",
  "location_data": {
    "file": "crates/zed/src/zed.rs",
    "line": 1189
  },
  "backtrace": [
    "backtrace::capture::Backtrace::create::h080e0d585a0d32f1+9632840",
    "backtrace::capture::Backtrace::new::h9cb1425acafc9546+9632652",
    "zed::reliability::init_panic_hook::{{closure}}::h893a6486757a9c84+79971448",
    "std::panicking::rust_panic_with_hook::h09e8a656f11e82b2+61581852",
    "std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c+61578948",
    "std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2+61571052",
    "_rust_begin_unwind+61578136",
    "core::panicking::panic_fmt::ha4b80a05b9fff47a+88256092",
    "core::result::unwrap_failed::h441932a0bca0dd7f+88257004",
    "zed::zed::load_default_keymap::h7f57e5bda5010af4+79691056",
    "zed::zed::handle_keymap_file_changes::h81383f6a9daed952+79685408",
    "zed::main::{{closure}}::h58343ddb5bac4589+78664812",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::h335f7ef19507756a+78407216",
    "gpui::platform::mac::platform::did_finish_launching::h1ff6ed16ac3ba647+31680632"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "aarch64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.2.0",
  "architecture": "aarch64",
  "panicked_on": 1738365841642,
  "system_id": "33317fc6-8626-4459-a05e-18c658e014ac",
  "installation_id": "ef3a5913-3834-455d-9613-d8270f5b80e2",
  "session_id": "c637c951-fd20-4f8c-b252-d35deebefe00"
}

@brandondrew
Copy link
Author

Installing 0.171.4 seems to have solved the problem, but I will leave this open in case it is useful for you to be aware of it.

@maxdeviant
Copy link
Member

Sorry that you ran into this!

Thank you for reporting it. Based on the provided logs it does seem to be the issue that was fixed in #23825 and released in v0.171.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants