aMule Forum

English => en_Bugs => Topic started by: Galizah on February 26, 2004, 12:53:20 AM

Title: aMule CVS Bug?
Post by: Galizah on February 26, 2004, 12:53:20 AM
On Gentoo aMule reports the following after a while:

----

amule: integer.cpp:2012: void CryptoPP::RecursiveMultiplyTop(word*, word*, const word*, const word*, const word*, unsigned int, const P*) [with P = CryptoPP::LowLevel]: Assertion `carry >= 0 && carry <= 2' failed.
Aborted

----

libcrypto++ 5.1 is installed.

What can it be?

BTW: I have changed the lcryptopp value to lcrypto++

Greetings

Galizah
Title: RE: aMule CVS Bug?
Post by: raus81 on February 26, 2004, 10:21:26 AM
try to compile libcrypto++ without the gcc -O2/-O3 optimization options
use something like this:

Code: [Select]
CXXFLAGS="" emerge crypto++
After that I think you have to recompile amule too because the ebuild of crypto++ doesn't produce shared objects

bye