Bug Description
After updating to Cursor 0.46.9-5, the application immediately crashes on launch with a SIGTRAP (core dumped) error. The issue was not present in previous versions. This occurs on Wayland (Hyprland) with Arch Linux.
Steps to Reproduce
- Install Cursor from
cursor-bin
viayay
or manually via.pkg.tar.zst
. - Run Cursor:
sh
CopyEdit
cursor
- Cursor crashes immediately with the following error:
scss
CopyEdit
[1] trace trap (core dumped) cursor
- Additional attempts with flags such as
--no-sandbox
,--disable-gpu
, andXDG_SESSION_TYPE=x11
do not resolve the issue. coredumpctl gdb cursor
confirms that the crash is happening deep within Cursor’s Electron runtime.journalctl -xe | grep cursor
shows multiple SIGTRAP core dumps.- Reinstalling Cursor and ensuring dependencies like fuse2, xdg-desktop-portal, and xdg-desktop-portal-hyprland are installed does not fix the issue.
Expected Behavior
Cursor should launch normally as it did in previous versions.
Additional Debugging Information
- OS: Arch Linux
- Window Manager: Hyprland (Wayland)
- Cursor Version: 0.46.9-5
- Error Logs:
- coredumpctl output:
sql
CopyEdit
Process (cursor) dumped core with signal 5/TRAP
- strace output (truncated):
csharp
CopyEdit
+++ killed by SIGTRAP (core dumped) +++
- journalctl output (truncated):
sql
CopyEdit
Process (cursor) of user 1000 terminated abnormally with signal 5/TRAP
Is This Blocking Usage?
Yes – Cursor does not launch at all after this update.
Workarounds & Notes
- Rolling back to a previous version might work, but I no longer have the old package to test.
- Other Wayland users on Hyprland are experiencing similar crashes, suggesting a regression in the latest update.
- This may be an Electron-related issue affecting Wayland environments.
Request
Please investigate whether 0.46.9-5 introduced a regression for Wayland users, especially those on Hyprland. Let me know if I can provide additional logs or debugging info.