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

Zed 0.171.3 crashes on boot #23963

Closed
jish opened this issue Jan 30, 2025 · 1 comment
Closed

Zed 0.171.3 crashes on boot #23963

jish opened this issue Jan 30, 2025 · 1 comment

Comments

@jish
Copy link

jish commented Jan 30, 2025

Summary

Zed crashes on launch Mac OS (Intel 15.3) both from command line and from double clicking icon in Applications folder.

Steps to trigger the problem:

  1. Open Zed
    a. From command line ($ zed .)
    b. From Applications folder. Navigate to /Applicaitons in Finder. Double click on Zed.app
  2. Updated to latest version by downloading Zed (0.171.3) from https://zed.dev/download
  3. Still crashes upon open
  4. Click on Reopen
  5. Crashes again

Actual Behavior:

Image

Expected Behavior:

Zed opens

Zed Version and System Specs

Unable to open Zed

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

Zed.log
2025-01-30T10:46:56.9647-08:00 [INFO] ========== starting zed ==========
2025-01-30T10:46:57.077426-08:00 [INFO] Opening main db
2025-01-30T10:46:57.083762-08:00 [INFO] Opening main db
2025-01-30T10:46:57.198179-08:00 [INFO] Using git binary path: Some("/Volumes/Zed/Zed.app/Contents/MacOS/git")
2025-01-30T10:46:57.367804-08:00 [INFO] set environment variables from shell:/bin/zsh, path:/usr/local/opt/[email protected]/bin:$HOME/bin:$HOME/.cargo/bin:$HOME/code/go/bin:$HOME/.volta/bin:/usr/local/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
2025-01-30T10:46:57.617988-08: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::h61e7ace89b1f89fb+11142058",
    "backtrace::capture::Backtrace::new::he4ba4db864f0c6e0+11141840",
    "zed::reliability::init_panic_hook::{{closure}}::h2ab9c8d23c19e4c1+92805456",
    "std::panicking::rust_panic_with_hook::h7919e8c602131afa+71556150",
    "std::panicking::begin_panic_handler::{{closure}}::h7bd628128f542977+71553029",
    "std::sys::backtrace::__rust_end_short_backtrace::ha2fdb908654ed930+71543897",
    "_rust_begin_unwind+71552076",
    "core::panicking::panic_fmt::h292eaa4d42e451fa+101770970",
    "core::result::unwrap_failed::hc10b3a255072c9c6+101772213",
    "zed::zed::load_default_keymap::hd8960db44f9d7986+93401756",
    "zed::zed::handle_keymap_file_changes::h46acad534ca8394d+93394971",
    "zed::main::{{closure}}::hd241b2cb3fe7a34f+91111116",
    "core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6c8337f7faf041f+90835296",
    "gpui::platform::mac::platform::did_finish_launching::h305dd25382ef0f88+36854221",
    "<gpui::platform::mac::platform::MacPlatform as gpui::platform::Platform>::run::h58601d00f87d99b0+36805412",
    "gpui::app::App::run::h924daa42bb6de674+91086272",
    "zed::main::h85f5905db5cb2091+92401275",
    "std::sys::backtrace::__rust_begin_short_backtrace::hd6876e885102254b+92705190",
    "std::rt::lang_start::{{closure}}::h97dd9f5dfefd73d7+92701532",
    "std::rt::lang_start_internal::h8372644ac40c1e8b+71481151",
    "_main+92412012"
  ],
  "app_version": "0.171.3",
  "release_channel": "stable",
  "target": "x86_64-apple-darwin",
  "os_name": "macOS",
  "os_version": "15.3.0",
  "architecture": "x86_64",
  "panicked_on": 1738262817617,
  "system_id": "31433531-3298-4d7c-b600-277c125a2218",
  "installation_id": "f576a37f-7d0a-42bf-9ff4-1f52eb9e00f7",
  "session_id": "7acbe9a8-b64c-4722-a0e1-5243c578f780"
}

@maxdeviant
Copy link
Member

There's a fix for this coming in the next Stable patch release: #23825

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

3 participants