Hi, when I start gnome-control-center I get a segfault in libwayland-client.so. Same for pamac-manager:
Hi Ansi,
Core Dump occurs for the type of error that arises when any specific program attempts to acquire the memory location that is not allowed to acquire/access.
Please report bug to the relevant application developer with trace files and debug info.
This blog attempt to resolve the issue, this would give you an overall picture, but its for debian based system, use relevant commands of the Arch/Manjaro or it may not be applicable at all.
https://itslinuxfoss.com/fix-segmentation-fault-core-dumped-linux/
I have not tried removing the cache directory in Manjaro though.
For Arch/Manjaro, please refer to
https://wiki.archlinux.org/title/Core_dump#Examining_a_core_dump
https://wiki.archlinux.org/title/Debugging/Getting_traces
Main gist of transaction:
$ gdb ./your_program #or $gdb Application
(gdb) run
When it crashes, type bt
(backtrace) to see where the fault occurred and download the trace with debug info into a file. and attach the trace file with debug info in the ticket.
(gdb) bt
(gdb) set logging enabled on
(gdb) thread apply all backtrace full
Incase, you want to create a tickets with the developers of the application.
Hope this help you a bit.
Thanks
No necro-bumping, please. This thread is already three months old. See the Forum Rules.