aMule Forum
English => Backtraces => Topic started by: tipus on April 08, 2010, 04:08:48 PM
-
A few days ago a general system upgrade left aMule crashed. Now it simply crashes on startup with the following error:
Initialising aMule 2.2.6 using wxGTK2 v2.8.10
Checking if there is an instance already running...
No other instances are running.
--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
http://forum.amule.org/index.php?board=67.0
If possible, please try to generate a real backtrace of this crash:
http://wiki.amule.org/index.php/Backtraces
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.2.6 using wxGTK2 v2.8.10
Running on: Linux 2.6.31-sabayon x86_64
[2] ?? in amule [0x447a74]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.8.so.0[0x7f1d79a312dc]
[4] ?? in /lib/libpthread.so.0 [0x7f1d7b810a10]
[5] CryptoPP::RandomNumberGenerator::GenerateWord32(unsigned int, unsigned int) in /usr/lib/libcrypto++.so.0[0x7f1d7aebc5cd]
[6] ?? in amule [0x5996b0]
[7] ?? in amule [0x45233c]
[8] ?? in amule [0x511e16]
[9] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.8.so.0[0x7f1d799d3642]
[10] ?? in amule [0x5120a2]
[11] __libc_start_main in /lib/libc.so.6[0x7f1d78c26a3d]
[12] ?? in amule [0x446ab9]
--------------------------------------------------------------------------------
I did download the source code and compile it:
./configure --enable-debug --disable-optimize --prefix=/home/tipus/501/soft/amule
make
make install
it still crashed so I leave you here the backtrace given by gdb:
bt
#0 0x00007ffff727f5cd in CryptoPP::RandomNumberGenerator::GenerateWord32(unsigned int, unsigned int) () from /usr/lib/libcrypto++.so.0
#1 0x0000000000775df0 in GetRandomUint32 () at RandomFunctions.cpp:46
#2 0x00000000007192c0 in CPreferences::BuildItemList (appdir=...) at Preferences.cpp:1166
#3 0x000000000044e86b in CamuleApp::OnInit (this=0xe5d930) at amule.cpp:608
#4 0x000000000065dd98 in CamuleGuiApp::OnInit (this=0xe5d930) at amule-gui.cpp:263
#5 0x000000000045983d in wxAppConsole::CallOnInit (this=0xe5d930) at /usr/include/wx-2.8/wx/app.h:76
#6 0x00007ffff5b90642 in wxEntry(int&, wchar_t**) () from /usr/lib/libwx_baseu-2.8.so.0
#7 0x000000000065d194 in main (argc=1, argv=0x7fffffffdce8) at amule-gui.cpp:95
bt full
#0 0x00007ffff727f5cd in CryptoPP::RandomNumberGenerator::GenerateWord32(unsigned int, unsigned int) () from /usr/lib/libcrypto++.so.0
No symbol table info available.
#1 0x0000000000775df0 in GetRandomUint32 () at RandomFunctions.cpp:46
No locals.
#2 0x00000000007192c0 in CPreferences::BuildItemList (appdir=...) at Preferences.cpp:1166
browser = 0
customBrowser = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0x7ffff5c0c7b8 L""}, <No data fields>}
incpath = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0xec5dd8 L"/home/tipus/.aMule/Incoming"}, <No data fields>}
#3 0x000000000044e86b in CamuleApp::OnInit (this=0xe5d930) at amule.cpp:608
geometry_enabled = false
newMule = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0xea5fe8 L"PRC Envelope #2 Rotated 176 x 102 mm"}, <No data fields>}
cmdline = {m_data = 0xe999e0}
reset_config = false
geom_string = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0x7ffff5c0c7b8 L""}, <No data fields>}
logfileName = {<CPrintable> = {_vptr.CPrintable = 0x8b99b0}, m_printable = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData =
0xeb2a88 L"/home/tipus/.aMule/logfile"}, <No data fields>}, m_filesystem = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData =
0xeb2958 L"/home/tipus/.aMule/logfile"}, <No data fields>}}
msg = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0xea62e8 L"PRC Envelope #4 Rotated 208 x 110 mm"}, <No data fields>}
FullMuleVersion = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0xe98ec8 L"aMule 2.2.6 using wxGTK2 v2.8.10"}, <No data fields>}
OSDescription = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0xe99d68 L"Linux 2.6.31-sabayon x86_64"}, <No data fields>}
ec_config = false
cfg = 0xea6d50
checkResult = {first = false, second = {<CPrintable> = {_vptr.CPrintable = 0x7ffff635bd1f}, m_printable = {<wxStringBase> = {static npos = 18446744073709551615,
m_pchData = 0xea6be8 L"PRC Envelope #10 Rotated 458 x 324 mm"}, <No data fields>}, m_filesystem = {<wxStringBase> = {static npos = 18446744073709551615,
m_pchData = 0x0}, <No data fields>}}}
vfile = <incomplete type>
langId = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0xea6168 L"PRC Envelope #3 Rotated 176 x 125 mm"}, <No data fields>}
#4 0x000000000065dd98 in CamuleGuiApp::OnInit (this=0xe5d930) at amule-gui.cpp:263
No locals.
#5 0x000000000045983d in wxAppConsole::CallOnInit (this=0xe5d930) at /usr/include/wx-2.8/wx/app.h:76
No locals.
#6 0x00007ffff5b90642 in wxEntry(int&, wchar_t**) () from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#7 0x000000000065d194 in main (argc=1, argv=0x7fffffffdce8) at amule-gui.cpp:95
No locals.
and finally:
thread apply all bt
Thread 1 (Thread 0x7ffff7ea17a0 (LWP 7106)):
#0 0x00007ffff727f5cd in CryptoPP::RandomNumberGenerator::GenerateWord32(unsigned int, unsigned int) () from /usr/lib/libcrypto++.so.0
#1 0x0000000000775df0 in GetRandomUint32 () at RandomFunctions.cpp:46
#2 0x00000000007192c0 in CPreferences::BuildItemList (appdir=...) at Preferences.cpp:1166
#3 0x000000000044e86b in CamuleApp::OnInit (this=0xe5d930) at amule.cpp:608
#4 0x000000000065dd98 in CamuleGuiApp::OnInit (this=0xe5d930) at amule-gui.cpp:263
#5 0x000000000045983d in wxAppConsole::CallOnInit (this=0xe5d930) at /usr/include/wx-2.8/wx/app.h:76
#6 0x00007ffff5b90642 in wxEntry(int&, wchar_t**) () from /usr/lib/libwx_baseu-2.8.so.0
#7 0x000000000065d194 in main (argc=1, argv=0x7fffffffdce8) at amule-gui.cpp:95
It's my first possible-bug reported...
in any case I hope it helps.
-
Your general system upgrade has brought a broken cryptopp lib on you. What is your OS?
-
Sabayon Linux (http://sabayon.org/) ;)
-
What a crappy homepage. I expected some "hey, that's why you should try our distro, even with Ubuntu and Fedora around" and found nothing, just begging. ::)
-
It's a very interesting distro based on Gentoo ;) Maybe I'll try it these days :)
-
So you can clear up the cryptopp issue while you're at it. :)
-
Sabayon didn't install the correct driver for my ATI radeon 9200 and had several problems detecting other hardware too. So I tried it for like 1 day only... :-\
-
Here to...stacking back to loved Ubuntu :D (10.04 Beta 2 x86_64)