I’m continually getting coredumps in my syslog from appimagelauncher. The coredumps occur every minute and I’m not sure what I need to do to resolve. Can anyone give some tips?
Wow! That was quick. I presume the updated packages are not generally available yet as I have updated my system today but still getting the same error.
From what I see, the core dumps are being generated by the pcloud appimage. The coredumps are being generated every 40 seconds. I stopped the pcloud application and checked to see that there were no pcloud processes running using “ps -ef”. Strangely, core dumps are still being generated by pcloud - hours after I stopped the application!
I had a look at the core dump files using the great information from arch-wiki-coredumps. From what I can see, a SIG 11(Segmentation Fault) is being generated for these coredumps.
[john-msi ~]# systemctl --user --failed
Failed to connect to bus: No such file or directory
[john-msi ~]# systemctl --user enable --now appimagelauncherd.service
Failed to connect to bus: No such file or directory
[john-msi ~]# systemctl --user status appimagelauncherd.service
Failed to connect to bus: No such file or directory
[john-msi ~]