Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Every time I click the “Sign in to GitHub” button (e.g., in the Source Control view or via the agent notification), the application immediately crashes with a Segmentation Fault (Signal 11). This happens regardless of the workspace, project, or startup flags (like --disable-gpu or --no-sandbox).
Steps to Reproduce
- Start Cursor via terminal.
- Navigate to ‘Source Control’ or click the GitHub auth prompt in the agent/notifications.
- Click the ‘Sign in to GitHub’ button.
- Application crashes immediately and terminates (SIGSEGV).
Expected Behavior
The browser-based authentication flow should open and allow GitHub authorization without crashing the main editor process.
Operating System
Linux
Version Information
Cursor IDE: 3.5.17
AUR Package: cursor-bin 3.5.17-1
For AI issues: which model did you use?
Not model specific (Auth crash).
For AI issues: add Request ID with privacy disabled
f9a7046a-279b-47e5-ab48-6e8dc12daba1
Additional Information
System: CachyOS (Kernel 7.0.9-1-cachyos)
DE: KDE Plasma 6.6.5 (Wayland)
GPU: NVIDIA RTX 2060
Problem: Coredumpctl reports Signal 11 (SEGV) in /usr/lib/electron42/electron. GDB analysis returns: “warning: core file may not match specified executable file”, suggesting a severe ABI mismatch between the AUR package ‘cursor-bin’ and the system-provided ‘electron42’.
Does this stop you from using Cursor
No - Cursor works, but with this issue