[Bug 267216] net-p2p/amule: amuled 2.3.3 core dumps
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267216] net-p2p/amule: amuled 2.3.3 core dumps"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267216] net-p2p/amule: amuled 2.3.3 core dumps"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267216] net-p2p/amule: amuled 2.3.3 core dumps"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 02:34:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267216
Bug ID: 267216
Summary: net-p2p/amule: amuled 2.3.3 core dumps
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: bar@FreeBSD.org
Reporter: echoxxzz@gmail.com
Assignee: bar@FreeBSD.org
Flags: maintainer-feedback?(bar@FreeBSD.org)
I've tried installing amule using the FreeBSD pkg repo and amuled keeps core
dumping as soon as I try and start it.
I've tried building just amuled with nls from ports and it also core dumps.
The only solution I've found to get it to work is to build the
security/cryptopp package with SIMD=on.
If I used gdb to try and debug the core dump this is what it shows me:
Core was generated by `./amuled --help'.
Program terminated with signal SIGSEGV, Segmentation fault.
Address not mapped to object.
#0 0x0000000800a8ce35 in ?? () from /usr/local/lib/libcryptopp.so.8
(gdb) where
#0 0x0000000800a8ce35 in ?? () from /usr/local/lib/libcryptopp.so.8
#1 0x0000000800a8dc2f in CryptoPP::SHA256::HashMultipleBlocks(unsigned int
const*, unsigned long)
() from /usr/local/lib/libcryptopp.so.8
#2 0x0000000800a134ff in CryptoPP::IteratedHashBase<unsigned int,
CryptoPP::HashTransformation>::Update(unsigned char const*, unsigned long) ()
from /usr/local/lib/libcryptopp.so.8
#3 0x0000000800a65670 in CryptoPP::RandomPool::IncorporateEntropy(unsigned
char const*, unsigned long) () from /usr/local/lib/libcryptopp.so.8
#4 0x0000000800a512bd in CryptoPP::AutoSeededRandomPool::Reseed(bool, unsigned
int) ()
from /usr/local/lib/libcryptopp.so.8
#5 0x00000000003ed098 in _GLOBAL__sub_I_RandomFunctions.cpp ()
#6 0x000000080040f0fd in ?? () from /libexec/ld-elf.so.1
#7 0x0000000000000000 in ?? ()
(gdb)
--
You are receiving this mail because:
You are the assignee for the bug.