[Bug 266866] net-p2p/amule-2.3.3_4: executable amuled segfaults immediately after launch

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Jan 2023 19:13:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266866

Luciano Mannucci <luciano@vespaperitivo.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luciano@vespaperitivo.it

--- Comment #7 from Luciano Mannucci <luciano@vespaperitivo.it> ---
Same here, though I have freebsd 12.4-RELEASE.

If I launch gdb on the core I get:

Reading symbols from /usr/local/bin/amuled...
(No debugging symbols found in /usr/local/bin/amuled)
[New LWP 100121]
Core was generated by `amuled'.
Program terminated with signal SIGSEGV, Segmentation fault.
Address not mapped to object.
#0  0x0000000800adb571 in ?? () from /usr/local/lib/libcryptopp.so.8
(gdb) bt
#0  0x0000000800adb571 in ?? () from /usr/local/lib/libcryptopp.so.8
#1  0x0000000800adc36f in CryptoPP::SHA256::HashMultipleBlocks(unsigned int
const*, unsigned long) () from /usr/local/lib/libcryptopp.so.8
#2  0x0000000800a460af in CryptoPP::IteratedHashBase<unsigned int,
CryptoPP::HashTransformation>::Update(unsigned char const*, unsigned long) ()
from /usr/local/lib/libcryptopp.so.8
#3  0x0000000800aabfd0 in CryptoPP::RandomPool::IncorporateEntropy(unsigned
char const*, unsigned long) () from /usr/local/lib/libcryptopp.so.8
#4  0x0000000800a9573b in CryptoPP::AutoSeededRandomPool::Reseed(bool, unsigned
int) () from /usr/local/lib/libcryptopp.so.8
#5  0x00000000004128c8 in ?? ()
#6  0x000000080043741d in ?? () from /libexec/ld-elf.so.1
#7  0x00007fffffffdcd8 in ?? ()
#8  0x00000008005d850c in ?? () from /lib/libelf.so.2
#9  0x000000000000004b in ?? ()
#10 0x00000008005d80c0 in ?? () from /lib/libelf.so.2
#11 0x00007fffffffdc30 in ?? ()
#12 0x000000080045dc00 in ?? ()
#13 0x00000008005d80c0 in ?? () from /lib/libelf.so.2
#14 0x00007fffffffdcd8 in ?? ()
#15 0x00007fffffffdcc0 in ?? ()
#16 0x0000000800439b95 in ?? () from /libexec/ld-elf.so.1
#17 0x0000000000000000 in ?? ()
(gdb) 

I might recompile with -O0 -g from the ports to see if it says
something useful once crashed...
 (my uname -a: FreeBSD mordeus 12.4-RELEASE FreeBSD 12.4-RELEASE r372781
GENERIC  amd64).

-- 
You are receiving this mail because:
You are the assignee for the bug.