You are not logged in.
Solution
Update to the newest version of electron and adwaita.
Problem Description
In the code workspace, when I try to move a tab from left side to right side, or when I want to open a file through dragging the file from side tree-explorer to the workspace, code would suddenly close.
I have tried in code and codium but they are both the same.
Log
There is no report with `$ sudo dmesg -W`
When I use `$ code --verbose --log error`, it reports:
[110208:0918/095514.742629:ERROR:atom_cache.cc(229)] Add chromium/from-privileged to kAtomsToCache
System Info
$ neofetch
-` zayn7lie@zayn7lie-acl
.o+` ---------------------
`ooo/ OS: Arch Linux x86_64
`+oooo: Host: XPS 13 9310
`+oooooo: Kernel: 6.10.10-arch1-1
-+oooooo+: Uptime: 1 hour, 50 mins
`/:-:++oooo+: Packages: 989 (pacman)
`/++++/+++++++: Shell: bash 5.2.32
`/++++++++++++++: Resolution: 1920x1200
`/+++ooooooooooooo/` WM: Hyprland
./ooosssso++osssssso+` Terminal: kitty
.oossssso-````/ossssss+` CPU: 11th Gen Intel i7-1195G7 (8) @ 2.900GHz
-osssssso. :ssssssso. GPU: Intel TigerLake-LP GT2 [Iris Xe Graphics]
:osssssss/ osssso+++. Memory: 3762MiB / 15706MiB
/ossssssss/ +ssssooo/- GPU Driver: Dell Device [1028:0afc]
`/ossssso+/:- -:/+osssso+- CPU Usage: 6%
`+sso+:-` `.-/+oso: Disk (/): 181G / 251G (76%)
`++:. `-/+/ Locale: C.UTF-8
.` `/
Last edited by zayn7lie (2024-09-19 02:51:40)
Offline
There's probably a backtrace but it's also likely your cursor theme, https://bbs.archlinux.org/viewtopic.php?id=294289 & https://bbs.archlinux.org/viewtopic.php … 9#p2082579
In doubt try https://bbs.archlinux.org/viewtopic.php … 1#p2082761
Online
Having this same issue on every single Electron application (chromium, thorium, vscodium, armcord). I tried absolutely all the electronXX-bin from the AUR, and this bug appears starting electron13-bin.
The
[164285:0918/165515.027310:ERROR:atom_cache.cc(229)] Add chromium/from-privileged to kAtomsToCache
additional info only appears starting electron29-bin. The previous versions are silent until the SIGSEGV.
Btw, all the Chromium-* browsers I tried crashed when hovering/clicking the search bar at the very top of this webpage : https://issues.chromium.org/issues?q=st … _time:desc
Is that also reproducible for you?
Last edited by xAsh (2024-09-18 14:59:55)
Offline
There's probably a backtrace but it's also likely your cursor theme, https://bbs.archlinux.org/viewtopic.php?id=294289 & https://bbs.archlinux.org/viewtopic.php … 9#p2082579
In doubt try https://bbs.archlinux.org/viewtopic.php … 1#p2082761
I have not checked it yet. But the problem is just resolved in the newest update (both electron and adwaita are updated). Thanks a lot.
Offline
You probably ran into https://bbs.archlinux.org/viewtopic.php?id=299516 - though it's odd that this was only triggered by the tab move.
Online