aMule Forum

English => aMule Help => Topic started by: roons on September 24, 2004, 09:26:55 PM

Title: [fedora core 3 (test2) ] : amule not working
Post by: roons on September 24, 2004, 09:26:55 PM
one week running fedora core 3 (test2) ; i got everything working fine, except for amule!!! i tried:

RPMs from Freshrpms (for FC2)
RPMs from amule.org
tar.gz  from amule.org
CVS tar.gz from amule.org

and all different combinations with wxGTK / ldconfigs  ....  i still get this while trying to run amule:

[ronald@d13192 ~]$ amule
Initialising aMule
Userhash loaded: 64E50C4D4E0E85156F1B9C5184816F1F
*** UDP socket at 4665
*** UDP socket at 4672

OOPS! - Seems like aMule crashed.
        Version is: aMule CVS using wxGTK1 v2.4.2
--== BACKTRACE FOLLOWS: ==--

[0x480f42]
[2] /lib/tls/libpthread.so.0 [0xba5528]
[3] /usr/lib/libstdc++.so.6(_ZdlPv+0x21) [0x90d375]
[4] /usr/lib/libstdc++.so.6(_ZdaPv+0x1d) [0x90d3c1]
[5] /usr/lib/libstdc++.so.6(_ZNSt8ios_baseD2Ev+0x7f) [0x8af8fd]
[6] /usr/lib/libstdc++.so.6(_ZNSt9basic_iosIcSt11char_traitsIcEED2Ev+0x28) [0x8c4788]
[7] /usr/lib/libstdc++.so.6(_ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev+0x67) [0x8bff83]
[8] amule [0x81d8d86]
[9] amule(_ZN8CryptoPP9FileStoreD1Ev+0x2b) [0x81d76c1]
[10] amule(_ZN8CryptoPP14SourceTemplateINS_9FileStoreEED2Ev+0x2b) [0x81d75b5]
[11] amule(_ZN8CryptoPP10FileSourceD1Ev+0x26) [0x81d756a]
[12] amule(_ZN18CClientCreditsList17InitalizeCryptingEv+0x452) [0x81d4484]
[13] amule(_ZN18CClientCreditsListC1EP12CPreferences+0x4e) [0x81d2390]
[14] amule(_ZN9CamuleApp6OnInitEv+0x24c0) [0x8314d22]
[15] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x1f9) [0x31c091]
[16] amule(main+0x2a) [0x831236e]
[17] /lib/tls/libc.so.6(__libc_start_main+0xe3) [0xe0cac3]
[18] amule(_ZNK20wxTopLevelWindowBase10GetMaxSizeEv+0x51) [0x81a3889]
Aborted

today i joined the amule IRC chat, and someone tried to help, but he asked me to post this on the forum, because it might be Fedora Core 3 - specific. Hereby.
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: stefanero on September 24, 2004, 09:56:57 PM
if noone has a solution I will try fedora core3 this weekend in vm-ware...maybe I find a workaround or something alike

stefanero
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: roons on September 24, 2004, 10:43:15 PM
would be very cool, my girlfriend will kill me if i don't fix amule...
shall i mail you the iso's? :)
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: phoenix on September 24, 2004, 11:04:40 PM
roons,

You might get a bomb in your mail box if you do that :D

My first guess is that the upgrade process of FC3 has changed your wxGTK-2.4.2-1.rpm and wxBase-2.4.2-1.rpm to something else. Try this and post the result here:

$ rpm -qa | grep -i wx

Cheers!
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: stefanero on September 25, 2004, 08:21:52 AM
hey pho3nix,

I talked to him in #amule
and we tryed out our rpms from here, and also self compiling wxGTK....both ended up  not workingn.....

ronns: I download them myself thnx ;) I think deltaHF would kill you and me if you send me an email ;)

see ya
stefanero
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: roons on September 25, 2004, 12:45:39 PM
i tried a few times more; the only thing i can say about it, the Backtrace is exactly the same every time (rpms/cvs/combinations).

strace amule:
.....
open("/dev/urandom", O_RDONLY)          = 7
read(7, "U\344\356\334\355\331N\351\351\227\n\17\237\376.\365H\300"..., 32) = 32close(7)                                = 0
futex(0x931b54, FUTEX_WAKE, 2147483647) = 0
open("/root/.aMule/cryptkey.dat", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 7
write(7, "MIIBCQIBADANBgkqhkiG9w0BAQEFAASB"..., 365) = 365
close(7)                                = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
shutdown(6, 2 /* send and receive */)   = -1 ENOTCONN (Transport endpoint is not connected)
close(6)                                = 0
write(2, "\nOOPS! - Seems like aMule crashe"..., 35

......

some cryptkey problem?
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: phoenix on September 25, 2004, 02:30:38 PM
roons,

Are you running aMule as root? Don't do that man... Anything running as root is dangerous, not to mention a program beeing developed that might have bugs...

Cheers!
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: stefanero on September 26, 2004, 10:33:01 AM
what you can do...

try to compile amule with --enable-embedded_crypto option from our CVS.tar.gz

maybe the crypto rpms from FC2 dont work anymore on FC3

stefanero
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: roons on September 26, 2004, 02:48:38 PM
Sorry to have bothered you all with my problem.

I got it running now, after following the wx removal tricks ( from http://www.amule.org/wiki/index.php/Compilation_Installation)

and building everything from sources and using the CVS from today.

I think my (former) problem was in the libcrypto sources, which i did not install correctly. Shame on me!
Title: Re: [fedora core 3 (test2) ] : amule not working
Post by: stefanero on September 26, 2004, 03:26:55 PM
puh...ok
so I can stop my vmware-setup ;)
would be still 2h to go ;)

stefanero