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

App Freezes When Scrolling with Mouse in Search Box #16577

Closed
1 task done
honood opened this issue Aug 21, 2024 · 5 comments
Closed
1 task done

App Freezes When Scrolling with Mouse in Search Box #16577

honood opened this issue Aug 21, 2024 · 5 comments
Labels
bug [core label] freeze Editor or OS - freezing / hanging / locking performance Feedback for performance issues, speed, memory usage, etc search buffer search, project search, etc stale Label used by `stale` action workspace Feedback for workspace management, layout, interactions, etc

Comments

@honood
Copy link

honood commented Aug 21, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

  1. Launch Zed.app;
  2. Use the command + f shortcut in the editing window to open the search bar;
  3. Move the mouse (Apple Magic Mouse) cursor to the search bar and scroll up and down using the mouse gesture;
  4. Zed freezes, and the CPU usage of Zed shows 100% in Activity Monitor.app.

Environment

Zed: v0.149.3 (Zed)
OS: macOS 14.6.1
Memory: 64 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log
@honood honood added admin read bug [core label] labels Aug 21, 2024
@honood
Copy link
Author

honood commented Aug 21, 2024

Screen recording of reproduction

Recording.at.2024-08-21.15.13.03.mp4

@honood honood changed the title App Freezes Immediately When Scrolling with Mouse in Search Box App Freezes When Scrolling with Mouse in Search Box Aug 21, 2024
@honood
Copy link
Author

honood commented Aug 21, 2024

Related issue #15622

@JosephTLyons JosephTLyons added performance Feedback for performance issues, speed, memory usage, etc workspace Feedback for workspace management, layout, interactions, etc search buffer search, project search, etc freeze Editor or OS - freezing / hanging / locking and removed triage labels Aug 23, 2024
@honood
Copy link
Author

honood commented Aug 25, 2024

Hi, @JosephTLyons. I just cloned the Zed source code and built and ran version v0.194.5 locally. When the issue described above occurred, the locally running Zed crashed and produced the following log output. I hope this information helps in resolving the problem.

Please note that the first line in the log below is from line 13263 of crates/editor/src/editor.rs, where I inserted: println!("[DEBUG] self.end.0: {}; self.start.0: {}; self: {:?}", self.end.0, self.start.0, self);.

[DEBUG] self.end.0: 1; self.start.0: 2; self: DisplayRow(2)..DisplayRow(1)
[2024-08-25T17:05:17+08:00 ERROR zed::reliability] {
  "thread": "main",
  "payload": "attempt to subtract with overflow",
  "location_data": {
    "file": "crates/editor/src/editor.rs",
    "line": 13264
  },
  "backtrace": [
    "core::panicking::panic_fmt",
    "core::panicking::panic_const::panic_const_sub_overflow",
    "<core::ops::range::Range<editor::display_map::DisplayRow> as editor::RowRangeExt>::len",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<editor::element::EditorLayout, <editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}::{closure#0}>",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_text_style::<<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}, editor::element::EditorLayout>",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::window::WindowContext>::with_rem_size::<<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}, editor::element::EditorLayout, gpui::geometry::Pixels>",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<editor::element::EditorElement>>::prepaint",
    "<gpui::element::Drawable<editor::element::EditorElement> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView>>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::view::View<workspace::toolbar::Toolbar> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::View<workspace::toolbar::Toolbar>>>::prepaint",
    "<gpui::element::Drawable<gpui::view::View<workspace::toolbar::Toolbar>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::element::AnyElement>::prepaint_at::{closure#0}",
    "<gpui::window::WindowContext>::with_absolute_element_offset::<core::option::Option<gpui::window::FocusHandle>, <gpui::element::AnyElement>::prepaint_at::{closure#0}>",
    "<gpui::element::AnyElement>::prepaint_at",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::view::AnyViewState, core::option::Option<gpui::element::AnyElement>, <gpui::view::AnyView as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView>>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::element::AnyElement as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::element::AnyElement>>::prepaint",
    "<gpui::element::Drawable<gpui::element::AnyElement> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView>>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::element::AnyElement>::prepaint_as_root::{closure#0}",
    "<gpui::window::WindowContext>::with_absolute_element_offset::<core::option::Option<gpui::window::FocusHandle>, <gpui::element::AnyElement>::prepaint_as_root::{closure#0}>",
    "<gpui::element::AnyElement>::prepaint_as_root",
    "<gpui::window::WindowContext>::draw_roots",
    "<gpui::window::WindowContext>::draw",
    "<gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}",
    "<gpui::app::AppContext as gpui::Context>::update_window::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>::{closure#0}",
    "<gpui::app::AppContext>::update::<core::result::Result<(), anyhow::Error>, <gpui::app::AppContext as gpui::Context>::update_window<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>::{closure#0}>",
    "<gpui::app::AppContext as gpui::Context>::update_window::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>",
    "<gpui::app::async_context::AsyncAppContext as gpui::Context>::update_window::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>",
    "<gpui::window::AnyWindowHandle>::update::<gpui::app::async_context::AsyncAppContext, (), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>",
    "<gpui::window::Window>::new::{closure#4}::{closure#1}",
    "util::measure::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}>",
    "<gpui::window::Window>::new::{closure#4}",
    "<alloc::boxed::Box<dyn core::ops::function::FnMut<(), Output = ()>> as core::ops::function::FnMut<()>>::call_mut",
    "gpui::platform::mac::window::step",
    "<() as objc::message::MessageArguments>::invoke::<()>",
    "objc::message::platform::send_unverified::<objc::runtime::Object, (), ()>",
    "objc::message::send_message::<objc::runtime::Object, (), ()>",
    "<*mut objc::runtime::Object as cocoa::appkit::NSApplication>::run",
    "<gpui::platform::mac::platform::MacPlatform as gpui::platform::Platform>::run",
    "<gpui::app::App>::run::<zed::main::{closure#3}>",
    "zed::main",
    "<fn() as core::ops::function::FnOnce<()>>::call_once",
    "std::sys_common::backtrace::__rust_begin_short_backtrace::<fn(), ()>",
    "std::rt::lang_start::<()>::{closure#0}",
    "core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once",
    "std::panicking::try::do_call",
    "std::panicking::try",
    "std::panic::catch_unwind",
    "std::rt::lang_start_internal::{{closure}}",
    "std::panicking::try::do_call",
    "std::panicking::try",
    "std::panic::catch_unwind",
    "std::rt::lang_start_internal",
    "std::rt::lang_start::<()>",
    "_main"
  ],
  "app_version": "0.149.5",
  "release_channel": "Zed",
  "os_name": "macOS",
  "os_version": "14.6.1",
  "architecture": "aarch64",
  "panicked_on": 1724576717869,
  "installation_id": "9ba0ab07-8c2a-42a4-8632-cd9bd58db071",
  "session_id": "f0c98feb-9534-4cf8-806e-3850c6f0fb69"
}

Copy link

Hi there! 👋
We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. If you are able to reproduce this issue in the latest version of Zed, please let us know by commenting on this issue, and we will keep it open. If you can't reproduce it, feel free to close the issue yourself. Otherwise, we'll close it in 7 days.
Thanks for your help!

@github-actions github-actions bot added the stale Label used by `stale` action label Mar 18, 2025
Copy link

This issue was closed due to inactivity. If you're still experiencing this problem, please open a new issue with a link to this issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] freeze Editor or OS - freezing / hanging / locking performance Feedback for performance issues, speed, memory usage, etc search buffer search, project search, etc stale Label used by `stale` action workspace Feedback for workspace management, layout, interactions, etc
Projects
None yet
Development

No branches or pull requests

3 participants