You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2025. It is now read-only.
Hello :)
Since I've updated buttercup, I get a segfault when I try to launch it :/ This is a VERY big problem cause because of this problem, I can't access to my servers (because of the pass etc. And yes, no other solution). I use strace to see if I can correct the problem myself, but I don't think.
buttercup try to access to the file /etc/gnutls/default-priorities that don't exist on my system. Yes, gnutls is installed and up-to-date.
Strace output extract
getrandom("\x9f", 1, GRND_NONBLOCK) = 1
stat("/etc/gnutls/default-priorities", 0x7ffe64945b30) = -1 ENOENT (No such file or directory)
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0xb87650} ---
+++ killed by SIGSEGV (core dumped) +++
[1] 8480 segmentation fault (core dumped) strace buttercup
My system
Archlinux (antergos) with 4.17.12 kernel
gnutls: version 3.5.19-1
lib-gnutls: version 3.5.18-1 (apparently up-to-date)