Hello,
I have a Kali Linux virtual machine that has ThinLinc installed (server and client version is 4.20.0). I have been using this configuration without any issues for quite a while. A few days ago I ran
sudo apt update && sudo apt full-upgrade -y
on my Kali VM and rebooted. The system came back up fine but there are some programs that are not working. Examples are:
- Obsidian
- VS Code
- Firefox ESR
- Chromium Browser
When I click on the Obsidian launcher icon nothing appears to happen but if you try to launch Obsidian via the command line you can see the error
rstrom@kali-proxmox-preseed î° ~ î° obsidian
2026-04-10 17:38:21 Loading updated app package /home/rstrom/.config/obsidian/obsidian-1.12.7.asar
Ignored: Error: ENOENT: no such file or directory, open '/home/rstrom/.config/obsidian/obsidian.json'
2026-04-10 17:38:22 Checking for update using Github
[7788:0410/173822.106875:ERROR:viz_main_impl.cc(166)] Exiting GPU process due to errors during initialization
2026-04-10 17:38:22 Success.
2026-04-10 17:38:22 Latest version is 1.12.7
2026-04-10 17:38:22 App is up to date.
double free or corruption (out)
[1] 7716 IOT instruction obsidian
When you try to launch Firefox it pops up a crash message box
When you try to launch VS Code the program starts and then closes.
Attempting to launch the Chromium browser:
rstrom@kali-proxmox-preseed î° ~ î° chromium
[22867:22867:0410/180736.619486:ERROR:base/memory/shared_memory_switch.cc:289] Failed global descriptor lookup: 7
[0410/180736.690162:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0410/180736.691823:ERROR:third_party/crashpad/crashpad/util/file/file_io_posix.cc:145] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0410/180736.691840:ERROR:third_party/crashpad/crashpad/util/file/file_io_posix.cc:145] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
[0410/180736.693317:ERROR:third_party/crashpad/crashpad/util/process/process_memory_linux.cc:50] pread64: Input/output error (5)
[0410/180736.693326:ERROR:third_party/crashpad/crashpad/util/process/process_memory_linux.cc:50] pread64: Input/output error (5)
[22998:7:0410/180736.768649:ERROR:gpu/ipc/client/command_buffer_proxy_impl.cc:285] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
double free or corruption (out)
[0410/180736.895353:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0410/180736.895616:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0410/180736.897632:ERROR:third_party/crashpad/crashpad/util/file/file_io_posix.cc:145] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0410/180736.897645:ERROR:third_party/crashpad/crashpad/util/file/file_io_posix.cc:145] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
[0410/180736.899030:ERROR:third_party/crashpad/crashpad/util/process/process_memory_linux.cc:50] pread64: Input/output error (5)
[0410/180736.899040:ERROR:third_party/crashpad/crashpad/util/process/process_memory_linux.cc:50] pread64: Input/output error (5)
[1] 22781 IOT instruction chromium
All of these programs still work when I run them in the Proxmox console, but they all are broken if you try to run them when logged in via ThinLinc.
This just happened with the latest round of updates to the Kali system.
Is this a known issue?
Is there a known fix for the issue?
Thanks!
