aMule Forum

English => en_Bugs => Topic started by: xvart on March 05, 2005, 06:19:40 AM

Title: Crash on startup
Post by: xvart on March 05, 2005, 06:19:40 AM
Sounds lame I know but amule worked fine for about 2 weeks then this

Initialising aMule
Userhash loaded: B97F2C32CC0E030CC152E239C2966F75
*** UDP socket at 4665
Aborted

Back trace is this

...Initialising aMule
Userhash loaded: B97F2C32CC0E030CC152E239C2966F75
*** UDP socket at 4665

Program received signal SIGABRT, Aborted.
[Switching to Thread -1208522048 (LWP 5298)]
0x003947a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
(gdb) bt
#0  0x003947a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x003d3e59 in raise () from /lib/tls/libc.so.6
#2  0x003d5882 in abort () from /lib/tls/libc.so.6
#3  0x00cf5007 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
#4  0x00cf5044 in std::terminate () from /usr/lib/libstdc++.so.5
#5  0x00cf51b6 in __cxa_throw () from /usr/lib/libstdc++.so.5
#6  0x08271e10 in CamuleDlg::Apply_Clients_Skin ()
#7  0x0826e572 in CamuleDlg::CamuleDlg ()
#8  0x0826b6b3 in CamuleGuiApp::InitGui ()
#9  0x08264c5a in CamuleApp::OnInit ()
#10 0x0826b44b in CamuleGuiApp::OnInit ()
#11 0x04cc6828 in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
#12 0x0826b38b in main ()
(gdb) bt full
#0  0x003947a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
No symbol table info available.
#1  0x003d3e59 in raise () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x003d5882 in abort () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x00cf5007 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
No symbol table info available.
#4  0x00cf5044 in std::terminate () from /usr/lib/libstdc++.so.5
No symbol table info available.
#5  0x00cf51b6 in __cxa_throw () from /usr/lib/libstdc++.so.5
No symbol table info available.
#6  0x08271e10 in CamuleDlg::Apply_Clients_Skin ()
No symbol table info available.
#7  0x0826e572 in CamuleDlg::CamuleDlg ()
No symbol table info available.
#8  0x0826b6b3 in CamuleGuiApp::InitGui ()
No symbol table info available.
#9  0x08264c5a in CamuleApp::OnInit ()
No symbol table info available.
#10 0x0826b44b in CamuleGuiApp::OnInit ()
No symbol table info available.
#11 0x04cc6828 in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#12 0x0826b38b in main ()
No symbol table info available.


Any ideas would be appreciated.
Also amule runs ok as another user and as root on my system and I have not changed a thing.... real weird..
Title: Re: Crash on startup
Post by: stefanero on March 05, 2005, 09:22:28 AM
heho and as always :)

poste please

rpm -qa | grep wx
Title: Re: Crash on startup
Post by: phoenix on March 05, 2005, 02:23:58 PM
Besides what stefanero asked, tell me what is your aMule version?

You are probably using skins. There is a bug in skins that is fixed on the CVS tarballs. Open the file ~/.eMule in an editor and look for these lines:

[MiscGUIOptions]
UseSkinFile=0

OR

[SkinGUIOptions]
UseSkinFile=0

Depending on your aMule version, you will find one or the other or both :P . Make sure that UseSkinFile is set to zero. If that is not the problem, please report.

Cheers!
Title: Re: Crash on startup
Post by: cytomatrix on March 05, 2005, 09:14:37 PM
:O
Title: Re: Crash on startup
Post by: xvart on March 20, 2005, 12:23:04 PM
the skins thing did the trick, thanks heaps
 :D