Hi. 5 years old x64 GNOME (X11) Manjaro, up-to-date, with many AUR packages installed with Add/Remove Software (but no other package repository). No Flatpak/Snap, nothing very exotic.
Last week (around Dec 17, 2024) ) Add/Remove Software starting not to show up any window (when run from GNOME > Super key > list of apps).
When I run pamac-manager &
in a terminal, I have repeatedly, but NOT consistently, received a segmentation fault error (with no real details). Now even that doesn’t show up. After starting that, for a while there are some processes:
ps aux | grep -i pamac
pkehl 1520009 111 16.9 2655424 1360124 pts/1 Il 11:07 0:15 pamac-manager
root 1520177 0.3 0.2 365688 16960 ? Ssl 11:07 0:00 /usr/bin/pamac-daemon
pkehl 1520238 0.0 0.0 8920 2228 pts/1 S+ 11:07 0:00 grep --colour=auto -i pamac
Then - but only occasionally, comes: [1]+ Segmentation fault (core dumped) pamac-manager
.
The process root 1520177 0.0 0.2 365688 16960 ? Ssl 11:07 0:00 /usr/bin/pamac-daemon
keeps being active - even after pamac-manager
dumps the core.
If I then run pamac update -a
, I get Transaction successfully finished.
and the above deamon is ended.
pamac update -a
seems to work, as does pacman
. sudo pacman -Syu
is up-to-date.
Same problem (or no obvious difference) with both 6.12.4-1
and 6.13.0rc2-1
kernel (as installed with pacman/pamac/Manjaro Settings Manager).
pamac-manager --version
Pamac 11.7.2-1
Surprisingly, running the following does show Add/Remove Software window, saying “Your system is up to date”:
pamac-manager --updates
MESA-INTEL: warning: ../mesa-24.2.8/src/intel/vulkan_hasvk/anv_formats.c:752: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../mesa-24.2.8/src/intel/vulkan_hasvk/anv_formats.c:783: FINISHME: support more multi-planar formats with DRM modifiers
But, if I then click at the leftmost tab “Browse”, MOST OF THE TIME, but NOT ALL THE TIME- says that Add/Remove Software is unresponsive, and Segmentation fault (core dumped)
in terminal again.
But, VERY OCCASIONALLY “Browse” does show the packages.
Any tips, please? Or, how can I troubleshoot or get any relevant parts of reports/logs or the core dump (more below)?