Nextcloud-Client SIGSEGV #67
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using x86_64-v3 build of
nextcloud-client
, it crashes immediately with a segfault.Hi @aviallon,
this problem was caused by an LTO build of
nextcloud-client
. I already fixed that by rebuilding it without LTO (as you see on the status page).Check (
pacman -Qi nextcloud-client
) that you have the version build onIf not, just redownload it with
pacman -Suy nextcloud-client
.Ok, thank you.
What I already fixed the problem by doing
asp checkout nextcloud-client
and building it myself.But thank you very much.
PS: I didn't have an update of the package, so perhaps you should have increased the
pkgrel
to1.2
?That is not implemented yet, but is what should happen eventually. Currently to get a rebuild you just reinstall the package, pacman then notices that the signature is different and redownloads.This is implemented now.