aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule CVS Bug?  (Read 2627 times)

Galizah

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 35
aMule CVS Bug?
« 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
« Last Edit: February 26, 2004, 12:54:03 AM by Galizah »
Logged
aMule online signature:
IMG

raus81

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
RE: aMule CVS Bug?
« Reply #1 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
Logged