Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73325 - xmule-1.9.4b crashed after loading .part.met files
Summary: xmule-1.9.4b crashed after loading .part.met files
Status: RESOLVED DUPLICATE of bug 75257
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-04 04:23 UTC by Joerg Flade
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Flade 2004-12-04 04:23:23 UTC
xmule: CryptoXMpp.cpp:3629: void CryptoXMpp::RecursiveMultiplyTop(CryptoXMpp::word*, CryptoXMpp::word*, const CryptoXMpp::word*, const CryptoXMpp::word*, constCryptoXMpp::word*, unsigned int, const P*) [with P = CryptoXMpp::LowLevel]: Zusicherung 
Comment 1 Joerg Flade 2004-12-04 04:23:23 UTC
xmule: CryptoXMpp.cpp:3629: void CryptoXMpp::RecursiveMultiplyTop(CryptoXMpp::word*, CryptoXMpp::word*, const CryptoXMpp::word*, const CryptoXMpp::word*, constCryptoXMpp::word*, unsigned int, const P*) [with P = CryptoXMpp::LowLevel]: Zusicherung »carry >= 0 && carry <= 2« nicht erfüllt.
Abgebrochen

Reproducible: Always
Steps to Reproduce:
--------------------------------
Sorry for this german information at this text. I write the translation here:

Zusicherung -> undertaking
nicht erfüllt -> not complied
Abgebrochen -> break


1. starting xmule-1.9.4b
2. it loads all .met
3. crashed down

This problem exists since 1.9.4 at my computer.
Comment 2 Priit Laes (IRC: plaes) 2005-01-02 07:34:46 UTC
amd@decoder ~ $ gdb xmule
GNU gdb 6.2.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/xmule
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread 1088694976 (LWP 20168)]
Initialising xMule
Detaching after fork from child process 20171.
Detaching after fork from child process 20175.
Detaching after fork from child process 20179.
Detaching after fork from child process 20183.
Detaching after fork from child process 20184.
Detaching after fork from child process 20185.
Detaching after fork from child process 20186.
[New Thread 1098275760 (LWP 20187)]
Setting value of secure-ident to true.
Setting value of source-exchange to true.
Setting value of command-line to true.
*** UDP socket at 4672
Creating new Cryptkey.dat ... 41d81410 41d81410
xmule: CryptoXMpp.cpp:3629: void CryptoXMpp::RecursiveMultiplyTop(CryptoXMpp::word*, CryptoXMpp::word*, const CryptoXMpp::word*, const CryptoXMpp::word*, const CryptoXMpp::word*, unsigned int, const P*) [with P = CryptoXMpp::LowLevel]: Assertion `carry >= 0 && carry <= 2' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 1088694976 (LWP 20168)]
0xffffe410 in ?? ()
(gdb) bt
#0  0xffffe410 in ?? ()
#1  0xbfffd720 in ?? ()
#2  0x00000006 in ?? ()
#3  0x00004ec8 in ?? ()
#4  0x40aae751 in raise () from /lib/tls/libc.so.6
#5  0x40aafef9 in abort () from /lib/tls/libc.so.6
#6  0x40aa7ef6 in __assert_fail () from /lib/tls/libc.so.6
#7  0x0815be45 in CryptoXMpp::RecursiveMultiplyTop<CryptoXMpp::PentiumOptimized> ()
#8  0x0813450d in CryptoXMpp::MontgomeryReduce ()
#9  0x0813483a in CryptoXMpp::MontgomeryRepresentation::Square ()
#10 0x0816d404 in CryptoXMpp::AbstractGroup<CryptoXMpp::Integer>::SimultaneousMultiply ()
#11 0x0815622c in CryptoXMpp::ModularArithmetic::SimultaneousExponentiate ()
#12 0x08162afd in CryptoXMpp::AbstractRing<CryptoXMpp::Integer>::Exponentiate
    ()
#13 0x08139245 in CryptoXMpp::a_exp_b_mod_c ()
#14 0x081421b4 in CryptoXMpp::IsStrongProbablePrime ()
#15 0x08150873 in CryptoXMpp::FirstPrime ()
#16 0x0815044f in CryptoXMpp::FirstPrime ()
#17 0x081513f4 in CryptoXMpp::Integer::GenerateRandomNoThrow ()
#18 0x08151be5 in CryptoXMpp::InvertibleRSAFunction::GenerateRandom ()
#19 0x0814060d in CryptoXMpp::InvertibleRSAFunction::Initialize ()
---Type <return> to continue, or q <return> to quit---
#20 0x081120d0 in CClientCreditsList::CreateKeyPair ()
#21 0x081132d3 in CClientCreditsList::InitalizeCrypting ()
#22 0x08113623 in CClientCreditsList::CClientCreditsList ()
#23 0x08261637 in CxmuleApp::OnInit ()
#24 0x406e5e73 in wxEntry () from /usr/lib/libwx_gtk2-2.4.so
#25 0x082605ae in main ()

Comment 3 HopeSeekr 2005-01-03 18:44:53 UTC
This is a duplicate of bug #75257.  See it for my response + solution(s).

Hope of xMule
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2005-03-22 14:07:40 UTC

*** This bug has been marked as a duplicate of 75257 ***