wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.71k stars 749 forks source link

wezterm segfault on macbook air m2 #6077

Open cod1r opened 2 weeks ago

cod1r commented 2 weeks ago

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

wezterm 20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

I had two wezterm windows open and I typed "exit" into one but the other one closed/"crashed".

Didn't try the nightly build because it's a crash that doesn't happen often and I can't reproduce reliably.

Apple report logs pastebin: https://pastebin.com/15F4c5YN

To Reproduce

No response

Configuration

-- Pull in the wezterm API local wezterm = require 'wezterm'

-- This table will hold the configuration. local config = {}

-- In newer versions of wezterm, use the config_builder which will -- help provide clearer error messages if wezterm.config_builder then config = wezterm.config_builder() end

-- This is where you actually apply your config choices

-- For example, changing the color scheme: -- config.color_scheme = 'AdventureTime' -- and finally, return the configuration to wezterm config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' } config.font = wezterm.font 'MesloLGS Nerd Font Mono' return config

Expected Behavior

no segfaults or crashes

Logs

No response

Anything else?

No response

cod1r commented 2 weeks ago

^ probably a spam bot.