Nextcloud-Client SIGSEGV #67

Closed
opened 2021-11-25 17:42:04 +01:00 by aviallon · 3 comments

When using x86_64-v3 build of nextcloud-client, it crashes immediately with a segfault.

When using x86_64-v3 build of `nextcloud-client`, it crashes immediately with a segfault.
aviallon started working 2021-11-25 17:47:32 +01:00
Owner

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 on

Build Date : Tue 16 Nov 2021 17:30:48 UTC

If not, just redownload it with pacman -Suy nextcloud-client.

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 on > Build Date : Tue 16 Nov 2021 17:30:48 UTC If not, just redownload it with `pacman -Suy nextcloud-client`.
Author

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 to 1.2?

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` to `1.2`?
Owner

PS: I didn't have an update of the package, so perhaps you should have increased the pkgrel to 1.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.

> PS: I didn't have an update of the package, so perhaps you should have increased the `pkgrel` to `1.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.
Sign in to join this conversation.
No description provided.