zed
zed copied to clipboard
Crash on click in editor for a JS project
Summary
Zed crashes frequently while working on a medium sized (140k LOC) javascript (Next.js and React) project.
Description
Steps to trigger the problem:
- Open the repo
- Click within an editor
Actual Behavior: Crash Expected Behavior: No crash
Zed Version and System Specs
Zed: v0.180.4 (Zed) OS: macOS 15.2.0 Memory: 32 GiB Architecture: aarch64
If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.
Partial Zed.log
2025-04-08T14:34:37.004981-05:00 [ERROR] {
"thread": "main",
"payload": "not enough space in Arena",
"location_data": {
"file": "/Users/administrator/actions-runner/_work/zed/zed/crates/gpui/src/arena.rs",
"line": 80
},
"backtrace": [
"backtrace::capture::Backtrace::create::h52f9271ec334a762+13575712",
"backtrace::capture::Backtrace::new::hce8e52c9de3d5882+13575520",
"zed::reliability::init_panic_hook::{{closure}}::h34d5ac32709d0a47+96460792",
"std::panicking::rust_panic_with_hook::hc9e2ec2a12b10e12+76316668",
"std::panicking::begin_panic_handler::{{closure}}::h3b6449e2eb83bf4c+76315456",
"std::sys::backtrace::__rust_end_short_backtrace::h38d85099ddd107a3+76309864",
"_rust_begin_unwind+76314668",
"core::panicking::panic_fmt::hd4003258f6ab7b29+105978816",
"gpui::element::Element::into_any::h85e47b2a107885ec+51450884",
"markdown::MarkdownElementBuilder::pop_div::h01a4bdd9bd879f95+51540120",
"<markdown::MarkdownElement as gpui::element::Element>::request_layout::hd1f874f10f0fd195+51505952",
"gpui::element::Drawable<E>::request_layout::h1ea631f0321751ca+26810240",
"gpui::element::Drawable<E>::request_layout::he841328b3dc318ac+26834100",
"gpui::element::Drawable<E>::request_layout::ha618a9d34c782c7c+26828056",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::{{closure}}::{{closure}}::h2d4e6fd0fa1aea7e+40319552",
"gpui::elements::div::Interactivity::request_layout::{{closure}}::hae75f3fafe3e1e36+40329640",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::h1826dfe0ed3d2ab2+40318496",
"gpui::element::Drawable<E>::request_layout::h79a0009949566101+26824172",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::{{closure}}::{{closure}}::h2d4e6fd0fa1aea7e+40319552",
"gpui::elements::div::Interactivity::request_layout::{{closure}}::hae75f3fafe3e1e36+40329640",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::h1826dfe0ed3d2ab2+40318388",
"gpui::element::Drawable<E>::request_layout::h79a0009949566101+26824172",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::{{closure}}::{{closure}}::h2d4e6fd0fa1aea7e+40319552",
"gpui::elements::div::Interactivity::request_layout::{{closure}}::hae75f3fafe3e1e36+40330420",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::h1826dfe0ed3d2ab2+40318388",
"gpui::element::Drawable<E>::request_layout::h79a0009949566101+26824172",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::{{closure}}::{{closure}}::h2d4e6fd0fa1aea7e+40319552",
"gpui::elements::div::Interactivity::request_layout::{{closure}}::hae75f3fafe3e1e36+40329640",
"<gpui::elements::div::Div as gpui::element::Element>::request_layout::h1826dfe0ed3d2ab2+40318388",
"gpui::element::Drawable<E>::request_layout::h79a0009949566101+26824172",
"<gpui::view::AnyView as gpui::element::Element>::request_layout::hfdab2714ca03fb7c+40764784",
"gpui::element::Drawable<E>::request_layout::h572eb87a7ffd8268+40296776",
"<gpui::element::Drawable<E> as gpui::element::ElementObject>::layout_as_root::h9105e8b590c49595+40309948",
"gpui::window::Window::draw::h1dc05a48807bfe1d+40928152",
"gpui::window::Window::new::{{closure}}::{{closure}}::h449418c7970f4a9c+40809300",
"gpui::window::Window::new::{{closure}}::hca87b5271cb69ecb+40800288",
"gpui::platform::mac::window::step::hf68568e31a006b5c+40658168",
"<gpui::platform::mac::platform::MacPlatform as gpui::platform::Platform>::run::hf175604a325e58b2+40573772",
"gpui::app::Application::run::he46d63190b0bf4ce+94340336",
"zed::main::hc1cbeb19efc8ab65+96484008",
"std::sys::backtrace::__rust_begin_short_backtrace::h05c3fbea1c2a63c1+96322824",
"std::rt::lang_start::{{closure}}::h609493b7bfd1ce0e+96915476",
"std::rt::lang_start_internal::h5f91760815528aa2+76251904",
"_main+96498080"
],
"app_version": "0.180.4",
"app_commit_sha": "8b51ebd016552e13ab6ef38b75fe10bc3d5ab175",
"release_channel": "stable",
"target": "aarch64-apple-darwin",
"os_name": "macOS",
"os_version": "15.2.0",
"architecture": "aarch64",
"panicked_on": 1744140877004,
"system_id": "ef49a4e6-8f93-48b7-8717-698f1bd0874b",
"installation_id": "ae4673b1-3fde-4a3e-9c8c-12286a69dbef",
"session_id": "f3e00790-78b7-4684-b287-469da918925e"
}
I didn't include the full log because it has a lot of paths to closed source code. Let me know if there's more information that would be helpful.