-
-
Notifications
You must be signed in to change notification settings - Fork 805
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
Wezterm Crash when copying text #6033
Comments
Hi ishaanparlikar, Would you be able to apply this PR: #6004 and test again? |
Hey @loops Still same issue.
|
Okay, I installed Hyprland and gave it a try, but was still unable to reproduce your issue. I'm assuming you are just using the mouse to select and copy text? If you could capture a gdb backtrace of the panic, it might help narrow things down. But it looks like you are actually running under emulated X11, rather than using Wezterms Wayland support. (process_queued_xcb is for X11, not wayland). So it's possible that your configuration is confusing Wezland, or maybe not passing all the necessary WAYLAND environment variables when starting Wezland. For example: WAYLAND_DISPLAY=wayland-1 It would be interesting to know how each of those variables is set for you. |
@loops i was running wezterm without wayland support because AUR package wasn't working . |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
hyprland 0.42.0-1, EndeavorOS, Wezterm-git (AUR)
WezTerm version
wezterm 20240812-215703-30345b36
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
App crash when selecting text or copying.
To Reproduce
No response
Configuration
https://github.com/ishaanparlikar/linux-dotfiles/tree/main/config/wezterm
Expected Behavior
No response
Logs
20:43:52.177 ERROR wezterm_gui > running message loop: process_queued_xcb: ChangeProperty {
mode: Replace,
window: Window {
res_id: 2097181,
},
property: Atom {
res_id: 246,
},
type: Atom {
res_id: 294,
},
data: [
91,
102,
111,
110,
116,
46,
110,
111,
114,
109,
97,
108,
93,
10,
102,
97,
109,
105,
108,
121,
],
}
Anything else?
No response
The text was updated successfully, but these errors were encountered: