Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

segmentation fault #643

@phineas0fog

Description

@phineas0fog

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)

Thanks a lot ❤️

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions