惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
博客园 - 【当耐特】
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
博客园 - 司徒正美
博客园 - Franky
爱范儿
爱范儿
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
量子位
博客园 - 叶小钗
博客园_首页
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Cursor (cursor-bin) crashes on GitHub Auth - Electron/ABI...
benjarogit · 2026-05-22 · via CachyOS Forum - Latest posts

I am experiencing reproducible segmentation faults (Signal 11) when using the ‘cursor-bin’ AUR package on CachyOS. The crash consistently happens when triggering the GitHub authentication workflow.

System Info:

  • OS: CachyOS x86_64
  • Kernel: 7.0.9-1-cachyos
  • DE: KDE Plasma 6.6.5 (Wayland)
  • GPU: NVIDIA RTX 2060
  • Package: cursor-bin (3.5.17-1)

Symptoms:

  • Running ‘coredumpctl gdb cursor’ shows: “warning: core file may not match specified executable file.”
  • The crash occurs during IPC/sub-process spawning when clicking “Sign in to GitHub”.
  • Troubleshooting ( --no-sandbox, --disable-gpu, --password-store=basic) failed to resolve the issue.

Request:
It appears to be an ABI mismatch between the AUR package’s dependency on ‘electron42’ and the system libraries on CachyOS. Has this been reported before, or is there a way to force a compatible electron version/environment for Cursor?

Ref: Segmentation Fault (Signal 11) on GitHub Auth (Wayland/CachyOS) - Bug Reports - Cursor - Community Forum

cscs 2

Hello and welcome,

Current repo electron is 42 (and electron provides electron42) ?

If you do not have it then you may need to update;

sudo pacman -Syu

And/or we could look at your current packages;

pacman -Qs electron

Thanks for the follow-up! Regarding your question: Yes, my system is fully updated, and electron 42 (providing electron42) is installed.

I have also received clarification from the Cursor team: The crash is caused by an ABI mismatch because the cursor-bin AUR package tries to link against the system-wide electron42, while the Cursor application itself expects electron39.

The issue is solved: Instead of trying to force/pin the system Electron version, I switched to the official Cursor AppImage distribution. Since the AppImage bundles its own compatible Electron runtime, the SIGSEGV crash during OAuth/GitHub authentication is completely gone, and everything is working perfectly now.

Thanks again for your support in investigating the packaging side!

ref: Segmentation Fault (Signal 11) on GitHub Auth (Wayland/CachyOS) - #5 by deanrie - Bug Reports - Cursor - Community Forum

cscs 4

As this was about cursor-bin AUR package then it really outside of the purview of Cachy and any issues would be better aimed there .. where there is already discussion of this issue*;

Then the package should depend on electron39.

electron39 is in the repositories.

I guess that works too.

If you are happy with the AppImage then that is of course a fine resolution.

* - It is deeper than just he existence of electron39.
Considering it uses some official Cursor .deb that results in libs/configs hardcoded for electron when they mean electron39 is an upstream problem.